Basil 2 anni fa
parent
commit
8a11922780
1 ha cambiato i file con 28 aggiunte e 3 eliminazioni
  1. 28 3
      README.md

+ 28 - 3
README.md

@@ -1,3 +1,25 @@
1
+## 小程序构建方式
2
+#### 依赖包安装
3
+
4
+```
5
+pnpm install
6
+```
7
+
8
+#### 小程序开发模式
9
+
10
+```
11
+pnpm dev:mp-weixin 
12
+```
13
+> 构建后,将生成 `dist/dev/mp-wexin` 目录,在微信开发工具导入此目录
14
+
15
+#### 小程序生产模式
16
+```
17
+pnpm build:mp-weixin
18
+
19
+```
20
+> 构建后,将生成 `dist/build/mp-wexin` 目录,在微信开发工具导入此目录,测试后提交发布即可
21
+
22
+## 小程序功能清单
1 23
 - [ ] 首页
2 24
   - [x] 签到(签到得积分)
3 25
   - [x] 搜索 `/pages/search/index`
@@ -29,14 +51,14 @@
29 51
 
30 52
 - [x] 创客 `/pages/store/nearby/index`
31 53
   - [x] 分类列表
32
-  
54
+
33 55
 - [x] 大仓 `/pages/dacang/list/index`
34 56
 
35 57
 - [ ] 购物车 `/pages/order_addcart/index`
36 58
   - [x] 列表
37 59
   - [ ] 结算
38 60
     - [ ] 地址管理
39
-  
61
+
40 62
 - [ ] 我的
41 63
   - [x] 用户
42 64
   - [x] 个人资料
@@ -75,7 +97,7 @@
75 97
     - [x] 待收货
76 98
     - [x] 待评价
77 99
     - [x] 退款/售后
78
- 
100
+
79 101
   - [x] 我的邀请(与我的佣金相同)
80 102
   - [x] 我的地址
81 103
     - [x] 新建收货地址
@@ -103,3 +125,6 @@
103 125
     - [x] 隐私协议 `/pages/webview/agreement?type=1`
104 126
     - [ ] 账号注销 (接口未对接)
105 127
     - [x] 退出登录
128
+
129
+
130
+登录 退出 商品展示 、购买、收益