You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
|
|
|
|
|
|
|
### 项目截图
|
|
|
|
![稳定版皮肤](https://images.gitee.com/uploads/images/2019/0514/100638_e7f9fbc9_2029865.png "在这里输入图片标题")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### 功能列表
|
|
|
|
+ 首页
|
|
|
|
+ 分类首页、分类商品、新品、推荐商品页面
|
|
|
|
+ 商品详情页面,包含加入购物车、收藏商品、商品评论功能
|
|
|
|
+ 搜索功能
|
|
|
|
+ 拼团功能
|
|
|
|
+ 抽奖功能
|
|
|
|
+ 完整的购物流程,商品的加入、编辑、删除、批量选择,收货地址的选择,下单支付
|
|
|
|
+ 会员中心(订单、收藏、足迹、收货地址...)
|
|
|
|
....
|
|
|
|
|
|
|
|
### 项目结构
|
|
|
|
```
|
|
|
|
pages
|
|
|
|
├─index
|
|
|
|
│ └─index
|
|
|
|
├─search
|
|
|
|
│ └─search
|
|
|
|
├─new
|
|
|
|
│ └─new
|
|
|
|
├─set
|
|
|
|
│ └─set
|
|
|
|
├─user
|
|
|
|
│ └─user
|
|
|
|
│ └─score
|
|
|
|
│ └─withdrawals
|
|
|
|
│ └─wallet
|
|
|
|
│ └─recharge
|
|
|
|
├─article
|
|
|
|
│ └─article
|
|
|
|
├─listdetail
|
|
|
|
│ └─listdetail
|
|
|
|
├─product
|
|
|
|
│ └─detail
|
|
|
|
├─envelope
|
|
|
|
│ └─envelope
|
|
|
|
├─about
|
|
|
|
│ └─about
|
|
|
|
├─share
|
|
|
|
│ └─index
|
|
|
|
├─share
|
|
|
|
│ └─share
|
|
|
|
├─address
|
|
|
|
│ └─index
|
|
|
|
├─address
|
|
|
|
│ └─address
|
|
|
|
├─address
|
|
|
|
│ └─upaddress
|
|
|
|
├─cart
|
|
|
|
│ └─cart
|
|
|
|
├─order
|
|
|
|
│ └─pay
|
|
|
|
├─order
|
|
|
|
│ └─detail
|
|
|
|
├─order
|
|
|
|
│ └─order
|
|
|
|
├─return_goods
|
|
|
|
│ └─index
|
|
|
|
├─return_goods
|
|
|
|
│ └─return_goods
|
|
|
|
├─collection
|
|
|
|
│ └─collection
|
|
|
|
├─comment
|
|
|
|
│ └─comment
|
|
|
|
├─coupon
|
|
|
|
│ └─index
|
|
|
|
├─footprint
|
|
|
|
│ └─footprint
|
|
|
|
├─code
|
|
|
|
│ └─code
|
|
|
|
├─logistics
|
|
|
|
│ └─logistics
|
|
|
|
├─sign_in
|
|
|
|
│ └─sign_in
|
|
|
|
├─draw
|
|
|
|
│ └─draw
|
|
|
|
│ └─cantuan
|
|
|
|
├─group_buy
|
|
|
|
│ └─group
|
|
|
|
│ └─detail
|
|
|
|
│ └─payfor
|
|
|
|
│ └─cantuan
|
|
|
|
│ └─comment
|
|
|
|
├─images
|
|
|
|
├─wxParse
|
|
|
|
├─wxSearch
|
|
|
|
└─utils
|
|
|
|
```
|
|
|
|
|