# 海风小店小程序 **Repository Path**: netengine2021/haifeng-shop-app ## Basic Information - **Project Name**: 海风小店小程序 - **Description**: 这是小店的小程序部分,导入微信开发者平台可使用 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2021-09-20 - **Last Updated**: 2021-09-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 海风小店商城(微信小程序端) + 服务端api基于Node.js+ThinkJS+MySQL + 关于项目报告,请参见server服务端下的doc文件夹 #### 本项目需要配合 服务端: https://gitee.com/cao_shu_shan/haifeng-store-server 管理后台:https://gitee.com/cao_shu_shan/haifeng-store-admin ### 项目截图 ### 功能列表 + 首页:搜索、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://mp.weixin.qq.com/ 注册你的小程序,得到appid和secret,微信开发者工具中设置appid。 在hiolabs-server的config.js中设置好appid和secret。 - 项目地址 微信小程序:https://gitee.com/cao_shu_shan/haifeng-shop-app 后台管理:https://gitee.com/cao_shu_shan/haifeng-store-admin 服务端: https://gitee.com/cao_shu_shan/haifeng-store-server