hios-miniprogram/README.md
2019-11-28 22:54:47 +08:00

89 lines
2.4 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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.

### 海风小店,开源商城(微信小程序端)
+ 基于开源项目NideShop重建精简了一些功能的同时完善了一些功能并重新设计了UI
+ 测试数据来自上述开源项目
+ 服务端api基于ode.js+ThinkJS+MySQL
本项目需要配合
服务端: https://github.com/iamdarcy/hioshop-server
管理后台https://github.com/iamdarcy/hioshop-admin
阿里云主机低至3折
<a target="_blank" href="https://www.aliyun.com/acts/hotsale?userCode=zm04niet">立即去看看</a>
### 项目截图
+ 首页
<img width="400" height="712" src="http://lucky-other.meiweiyuxian.com/github/01.png"/>
+ 分类
<img width="400" height="712" src="http://lucky-other.meiweiyuxian.com/github/2.png"/>
+ 购物车
<img width="400" height="712" src="http://lucky-other.meiweiyuxian.com/github/5.png"/>
+ 我的页面
<img width="400" height="712" src="http://lucky-other.meiweiyuxian.com/github/06.png"/>
+ 商品详情页
<img width="400" height="712" src="http://lucky-other.meiweiyuxian.com/github/3.png"/>
+ 我的订单
<img width="400" height="712" src="http://lucky-other.meiweiyuxian.com/github/9.png"/>
+ 订单详情页
<img width="400" height="712" src="http://lucky-other.meiweiyuxian.com/github/10.png"/>
### 功能列表
+ 首页搜索、Banner、公告、分类Icons、分类商品列表
+ 详情页:加入购物车、立即购买、选择规格
+ 搜索页:排序
+ 分类页:分页加载商品
+ 我的页面:订单(待付款,待发货,待收货),足迹,收货地址
#### 完整的购物流程,商品加入购物车 --> 收货地址的选择 --> 下单支付 --> 确认收货
### 项目结构
```
├─config
│ └─api 
├─images
│ └─icon
│ └─nav
├─lib
│ └─wxParse   
├─pages
│ ├─app-auth
│ ├─cart
│ ├─category
│ ├─goods
│ ├─index
│ ├─order-check
│ ├─payResult
│ ├─search
│ └─ucenter
│ ├─address
│ ├─address-detail
│ ├─express-info
│ ├─footprint
│ ├─goods-list
│ ├─index
│ ├─order-details
│ ├─order-list
│ └─settings
├─services
└─utils
```
- 项目地址https://github.com/iamdarcy/hioshop-miniprogram
- 喜欢别忘了 Star有问题可通过微信、QQ群联系我谢谢您的关注。
<img width="750" height="400" src="http://lucky-other.meiweiyuxian.com/github/contact.jpeg"/>