@@ -158,37 +158,37 @@ npm run build
158
158
159
159
### 商铺列表页
160
160
161
- <img src =" https://github.com/bailicangdu/vue2-elm/blob/master/screenshots/msite.png " width =" 365 " height =" 619 " /><img src =" https://github.com/bailicangdu/vue2-elm/blob/master/screenshots/msite.gif " width =" 365 " height =" 619 " />
161
+ <img src =" https://github.com/bailicangdu/vue2-elm/blob/master/screenshots/msite.png " width =" 365 " height =" 619 " /> <img src =" https://github.com/bailicangdu/vue2-elm/blob/master/screenshots/msite.gif " width =" 365 " height =" 619 " />
162
162
163
163
164
164
### 商铺筛选页
165
165
166
- <img src =" https://github.com/bailicangdu/vue2-elm/blob/master/screenshots/food.png " width =" 365 " height =" 619 " /><img src =" https://github.com/bailicangdu/vue2-elm/blob/master/screenshots/food.gif " width =" 365 " height =" 619 " />
166
+ <img src =" https://github.com/bailicangdu/vue2-elm/blob/master/screenshots/food.png " width =" 365 " height =" 619 " /> <img src =" https://github.com/bailicangdu/vue2-elm/blob/master/screenshots/food.gif " width =" 365 " height =" 619 " />
167
167
168
168
169
169
170
170
### 餐馆食品列表与购物车
171
171
172
- <img src =" https://github.com/bailicangdu/vue2-elm/blob/master/screenshots/shop_cart.png " width =" 365 " height =" 619 " /><img src =" https://github.com/bailicangdu/vue2-elm/blob/master/screenshots/shop_cart.gif " width =" 365 " height =" 619 " />
172
+ <img src =" https://github.com/bailicangdu/vue2-elm/blob/master/screenshots/shop_cart.png " width =" 365 " height =" 619 " /> <img src =" https://github.com/bailicangdu/vue2-elm/blob/master/screenshots/shop_cart.gif " width =" 365 " height =" 619 " />
173
173
174
174
### 确认订单页
175
175
176
- <img src =" https://github.com/bailicangdu/vue2-elm/blob/master/screenshots/confirm1.png " width =" 365 " height =" 619 " /><img src =" https://github.com/bailicangdu/vue2-elm/blob/master/screenshots/confirmOrder.gif " width =" 365 " height =" 619 " />
176
+ <img src =" https://github.com/bailicangdu/vue2-elm/blob/master/screenshots/confirm1.png " width =" 365 " height =" 619 " /> <img src =" https://github.com/bailicangdu/vue2-elm/blob/master/screenshots/confirmOrder.gif " width =" 365 " height =" 619 " />
177
177
178
178
179
179
### 搜索页
180
180
181
- <img src =" https://github.com/bailicangdu/vue2-elm/blob/master/screenshots/search.png " width =" 365 " height =" 619 " /><img src =" https://github.com/bailicangdu/vue2-elm/blob/master/screenshots/search.gif " width =" 365 " height =" 619 " />
181
+ <img src =" https://github.com/bailicangdu/vue2-elm/blob/master/screenshots/search.png " width =" 365 " height =" 619 " /> <img src =" https://github.com/bailicangdu/vue2-elm/blob/master/screenshots/search.gif " width =" 365 " height =" 619 " />
182
182
183
183
184
184
### 登录页
185
185
186
- <img src =" https://github.com/bailicangdu/vue2-elm/blob/master/screenshots/login1.png " width =" 365 " height =" 619 " /><img src =" https://github.com/bailicangdu/vue2-elm/blob/master/screenshots/login.gif " width =" 365 " height =" 619 " />
186
+ <img src =" https://github.com/bailicangdu/vue2-elm/blob/master/screenshots/login1.png " width =" 365 " height =" 619 " /> <img src =" https://github.com/bailicangdu/vue2-elm/blob/master/screenshots/login.gif " width =" 365 " height =" 619 " />
187
187
188
188
189
189
### 个人中心
190
190
191
- <img src =" https://github.com/bailicangdu/vue2-elm/blob/master/screenshots/profile.png " width =" 365 " height =" 619 " /><img src =" https://github.com/bailicangdu/vue2-elm/blob/master/screenshots/profile.gif " width =" 365 " height =" 619 " />
191
+ <img src =" https://github.com/bailicangdu/vue2-elm/blob/master/screenshots/profile.png " width =" 365 " height =" 619 " /> <img src =" https://github.com/bailicangdu/vue2-elm/blob/master/screenshots/profile.gif " width =" 365 " height =" 619 " />
192
192
193
193
194
194
@@ -204,11 +204,11 @@ npm run build
204
204
|-- src // 源码目录
205
205
| |-- components // 组件
206
206
| |-- common // 公共组件
207
- | |-- buyCart.js // 购物车组件
208
- | |-- loading.js // 页面初始化加载数据的动画组件
209
- | |-- mixin.js // 组件混合(包括:指令-下拉加载更多,处理图片地址)
210
- | |-- ratingStar.js // 评论的五颗星组件
211
- | |-- shoplist.js // msite和shop页面的餐馆列表公共组件
207
+ | |-- buyCart.js // 购物车组件
208
+ | |-- loading.js // 页面初始化加载数据的动画组件
209
+ | |-- mixin.js // 组件混合(包括:指令-下拉加载更多,处理图片地址)
210
+ | |-- ratingStar.js // 评论的五颗星组件
211
+ | |-- shoplist.js // msite和shop页面的餐馆列表公共组件
212
212
| |-- footer // 底部公共组件
213
213
| |-- header // 头部公共组件
214
214
| |-- config // 基本配置
@@ -219,37 +219,37 @@ npm run build
219
219
| |-- images // 公共图片
220
220
| |-- pages
221
221
| |-- balance // 余额页
222
- | |--children
223
- | |--detail // 余额说明
222
+ | |--children
223
+ | |--detail // 余额说明
224
224
| |-- benefit // 红包页
225
- | |--children
226
- | |--commend // 推荐有奖
227
- | |--coupon // 代金券说明
228
- | |--exchange // 兑换红包
229
- | |--hbDescription // 红包说明
230
- | |--hbHistory // 历史红包
225
+ | |--children
226
+ | |--commend // 推荐有奖
227
+ | |--coupon // 代金券说明
228
+ | |--exchange // 兑换红包
229
+ | |--hbDescription // 红包说明
230
+ | |--hbHistory // 历史红包
231
231
| |-- city // 当前城市页
232
- | |-- food // 食品筛选排序页
233
- | |-- confirmOrder // 确认订单页
234
- | |--children
235
- | |--invoice // 选择发票页
236
- | |--remark // 订单备注页
237
- | |--payment // 付款页
238
- | |--userValidation // 用户验证页
239
- | |--chooseAddress // 选择地址页
240
- | |--children
241
- | |--addAddress // 添加地址页
242
- | |--children
243
- | |--searchAddress // 搜索地址页
232
+ | |-- food // 食品筛选排序页
233
+ | |-- confirmOrder // 确认订单页
234
+ | |--children
235
+ | |--invoice // 选择发票页
236
+ | |--remark // 订单备注页
237
+ | |--payment // 付款页
238
+ | |--userValidation // 用户验证页
239
+ | |--chooseAddress // 选择地址页
240
+ | |--children
241
+ | |--addAddress // 添加地址页
242
+ | |--children
243
+ | |--searchAddress // 搜索地址页
244
244
| |-- download // 下载App
245
245
| |-- find // 发现页
246
246
| |-- forget // 忘记密码,修改密码页
247
247
| |-- home // 首页
248
248
| |-- login // 登录注册页
249
249
| |-- msite // 商铺列表页
250
250
| |-- order // 订单列表页
251
- | |--children
252
- | |--orderDetail // 订单详情页
251
+ | |--children
252
+ | |--orderDetail // 订单详情页
253
253
| |-- points // 积分页
254
254
| |--children
255
255
| |--detail // 积分说明
0 commit comments