Skip to content

Commit 4488f83

Browse files
committed
增加注释
1 parent 28dae8f commit 4488f83

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

README.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -217,39 +217,39 @@ npm run build
217217
│   │   │   └── footGuide.vue // 底部公共组件
218218
│   │   └── header
219219
│   │   └── head.vue // 头部公共组件
220-
│   ├── config
221-
│   │   ├── env.js
222-
│   │   ├── fetch.js
223-
│   │   ├── mUtils.js
224-
│   │   └── rem.js
225-
│   ├── images
220+
│   ├── config // 基本配置
221+
│   │   ├── env.js // 环境切换配置
222+
│   │   ├── fetch.js // 获取数据
223+
│   │   ├── mUtils.js // 常用的js方法
224+
│   │   └── rem.js // px转换rem
225+
│   ├── images // 公共图片
226226
│   ├── page
227227
│   │   ├── balance
228-
│   │   │   ├── balance.vue
228+
│   │   │   ├── balance.vue // 余额页
229229
│   │   │   └── children
230-
│   │   │   └── detail.vue
230+
│   │   │   └── detail.vue // 余额说明
231231
│   │   ├── benefit
232-
│   │   │   ├── benefit.vue
232+
│   │   │   ├── benefit.vue // 红包页
233233
│   │   │   └── children
234-
│   │   │   ├── commend.vue
235-
│   │   │   ├── coupon.vue
236-
│   │   │   ├── exchange.vue
237-
│   │   │   ├── hbDescription.vue
238-
│   │   │   └── hbHistory.vue
239-
│   │   ├── city
240-
│   │   │   └── city.vue
234+
│   │   │   ├── commend.vue // 推荐有奖
235+
│   │   │   ├── coupon.vue // 代金券说明
236+
│   │   │   ├── exchange.vue // 兑换红包
237+
│   │   │   ├── hbDescription.vue // 红包说明
238+
│   │   │   └── hbHistory.vue // 历史红包
239+
│   │   ├── city
240+
│   │   │   └── city.vue // 当前城市页
241241
│   │   ├── confirmOrder
242242
│   │   │   ├── children
243243
│   │   │   │   ├── children
244-
│   │   │   │   │   ├── addAddress.vue
244+
│   │   │   │   │   ├── addAddress.vue // 添加地址页
245245
│   │   │   │   │   └── children
246-
│   │   │   │   │   └── searchAddress.vue
247-
│   │   │   │   ├── chooseAddress.vue
248-
│   │   │   │   ├── invoice.vue
249-
│   │   │   │   ├── payment.vue
250-
│   │   │   │   ├── remark.vue
251-
│   │   │   │   └── userValidation.vue
252-
│   │   │   └── confirmOrder.vue
246+
│   │   │   │   │   └── searchAddress.vue // 搜索地址页
247+
│   │   │   │   ├── chooseAddress.vue // 选择地址页
248+
│   │   │   │   ├── invoice.vue // 选择发票页
249+
│   │   │   │   ├── payment.vue // 付款页
250+
│   │   │   │   ├── remark.vue // 订单备注页
251+
│   │   │   │   └── userValidation.vue // 用户验证页
252+
│   │   │   └── confirmOrder.vue // 确认订单页
253253
│   │   ├── download
254254
│   │   │   └── download.vue
255255
│   │   ├── find

0 commit comments

Comments
 (0)