WxApp/README.md

32 lines
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# wxapp-mall
微信小程序 商城uni-app 版本的代码请看[uni分支](https://github.com/lin-xin/wxapp-mall/tree/uni)可打包成APP、小程序、H5
## 相关
文章:[微信小程序之购物车功能](https://github.com/lin-xin/blog/issues/14)
## 前言
无意中在慕课网看到一个小程序商城的视频教程居然要收388元真是太贵了。看到上面已经贴了个小程序二维码demo既然有了那就来照着做一个练练手吧。
## 功能
- [x] 首页
- [x] 搜索
- [x] 分类
- [x] 购物车
- [x] 个人中心
- [x] 商品列表
- [x] 商品详情
- [x] 订单
- [x] 地址管理
## 实现效果
![image](https://raw.githubusercontent.com/lin-xin/mini-apps-mall/master/image/1.jpg)
![image](https://raw.githubusercontent.com/lin-xin/mini-apps-mall/master/image/2.jpg)
![image](https://raw.githubusercontent.com/lin-xin/mini-apps-mall/master/image/3.jpg)
![image](https://raw.githubusercontent.com/lin-xin/mini-apps-mall/master/image/4.jpg)
![image](https://raw.githubusercontent.com/lin-xin/mini-apps-mall/master/image/5.jpg)
![image](https://raw.githubusercontent.com/lin-xin/mini-apps-mall/master/image/6.jpg)
## 运行
需要安装有微信开发者工具。
把项目下载到本地。
在微信开发者工具中打开该项目则可预览。