Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bayetech/wechat_mall_applet
A real mall wechat applet
https://github.com/bayetech/wechat_mall_applet
mini-program wechat-app wechat-weapp
Last synced: 3 months ago
JSON representation
A real mall wechat applet
- Host: GitHub
- URL: https://github.com/bayetech/wechat_mall_applet
- Owner: bayetech
- License: mit
- Archived: true
- Created: 2016-09-30T07:21:03.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-11T09:09:42.000Z (almost 6 years ago)
- Last Synced: 2024-07-02T09:17:55.091Z (4 months ago)
- Topics: mini-program, wechat-app, wechat-weapp
- Language: JavaScript
- Homepage:
- Size: 387 KB
- Stars: 520
- Watchers: 35
- Forks: 191
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: License.txt
Awesome Lists containing this project
- awesome-github-wechat-app - wechat_mall_applet - 巴爷微信商城的简单版本 (Demo)
- awesome-github-wechat-weapp - wechat_mall_applet - 巴爷微信商城的简单版本 (Demo)
README
# 简介
这是一个巴爷商城的微信小应用版本,是[巴爷微信商城](https://wechat.bayekeji.com)的简单版本。
# 实现功能
* 首页商品浏览
* 分类商品浏览
* 加入购物车
* 编辑收货地址
* 通过API与后端通信(获取商品列表、提交订单,付款等)需要后台 JSON API 应用的配合,我们提供了一个参考的[后台实现](https://github.com/bayetech/wechat_mall_applet_backend),但您几乎肯定仍然需要自己写一个后端。
# 常见问题
如果遇到问题可以直接提issue:
- 甄选商品无法显示:rapi-staging.bayekeji.com 是测试服务器,可能会有其他同事新建不完整的测试产品,造成这样的问题
- 如果填写错误的appid,也是没法实现登陆的,因为和服务器端配置的appid不一致,就没法从微信获取用户数据,另外我好像也不能告诉你们这个小程序的appid吧。。。所以你们的确需要自己写一个后端,后端代码开源地址:https://github.com/bayetech/wechat_mall_applet_backend ,仅供参考。# 屏幕截图
![a](https://although2013.github.io/images/wechat_applet_1.png)
![a](https://although2013.github.io/images/wechat_applet_2.png)
![a](https://although2013.github.io/images/wechat_applet_3.png)