@@ -217,39 +217,39 @@ npm run build
217
217
│ │ │ └── footGuide.vue // 底部公共组件
218
218
│ │ └── header
219
219
│ │ └── 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 // 公共图片
226
226
│ ├── page
227
227
│ │ ├── balance
228
- │ │ │ ├── balance.vue
228
+ │ │ │ ├── balance.vue // 余额页
229
229
│ │ │ └── children
230
- │ │ │ └── detail.vue
230
+ │ │ │ └── detail.vue // 余额说明
231
231
│ │ ├── benefit
232
- │ │ │ ├── benefit.vue
232
+ │ │ │ ├── benefit.vue // 红包页
233
233
│ │ │ └── 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 // 当前城市页
241
241
│ │ ├── confirmOrder
242
242
│ │ │ ├── children
243
243
│ │ │ │ ├── children
244
- │ │ │ │ │ ├── addAddress.vue
244
+ │ │ │ │ │ ├── addAddress.vue // 添加地址页
245
245
│ │ │ │ │ └── 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 // 确认订单页
253
253
│ │ ├── download
254
254
│ │ │ └── download.vue
255
255
│ │ ├── find
0 commit comments