Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/beeven/jytyre-demo
https://github.com/beeven/jytyre-demo
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/beeven/jytyre-demo
- Owner: beeven
- Created: 2019-07-17T10:39:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T19:19:57.000Z (about 2 years ago)
- Last Synced: 2024-04-19T12:47:22.531Z (9 months ago)
- Language: TypeScript
- Size: 4.16 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# 驿达轮胎
微信小程序,采用云开发方式
## About
包含功能
* 个人中心
* 获取用户信息、手机号码
* 质保申请
* 列表增删改查操作
* 百度AI车牌识别
* 品牌介绍
* 积分商城## Known bugs
* webpack 编译还不成功,问题主要在 mini-program-webpack-plugin。曾经修改过后,还是无法加载src/pages/warranty/warranty.service.ts中export的实例。
* 由于微信小程序只暴露App()、Page()这样的接口。如果使用ES6的class,生成的object传入 Page等接口,prototype里面的函数不会被识别。## Related repo
* [@beeven/miniprogram-typings](https://github.com/beeven/miniprogram-typings), forked from [MDGS](https://github.com/MS-DG/api-typings)