Skip to content

Commit cd3de68

Browse files
authored
Update README.md
1 parent c104cdc commit cd3de68

File tree

1 file changed

+34
-34
lines changed

1 file changed

+34
-34
lines changed

README.md

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -158,37 +158,37 @@ npm run build
158158

159159
### 商铺列表页
160160

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"/>
162162

163163

164164
### 商铺筛选页
165165

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"/>
167167

168168

169169

170170
### 餐馆食品列表与购物车
171171

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"/>
173173

174174
### 确认订单页
175175

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"/>
177177

178178

179179
### 搜索页
180180

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"/>
182182

183183

184184
### 登录页
185185

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"/>
187187

188188

189189
### 个人中心
190190

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"/>
192192

193193

194194

@@ -204,11 +204,11 @@ npm run build
204204
|-- src // 源码目录
205205
| |-- components // 组件
206206
| |-- 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页面的餐馆列表公共组件
212212
| |-- footer // 底部公共组件
213213
| |-- header // 头部公共组件
214214
| |-- config // 基本配置
@@ -219,37 +219,37 @@ npm run build
219219
| |-- images // 公共图片
220220
| |-- pages
221221
| |-- balance // 余额页
222-
| |--children
223-
| |--detail // 余额说明
222+
| |--children
223+
| |--detail // 余额说明
224224
| |-- 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 // 历史红包
231231
| |-- 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 // 搜索地址页
244244
| |-- download // 下载App
245245
| |-- find // 发现页
246246
| |-- forget // 忘记密码,修改密码页
247247
| |-- home // 首页
248248
| |-- login // 登录注册页
249249
| |-- msite // 商铺列表页
250250
| |-- order // 订单列表页
251-
| |--children
252-
| |--orderDetail // 订单详情页
251+
| |--children
252+
| |--orderDetail // 订单详情页
253253
| |-- points // 积分页
254254
| |--children
255255
| |--detail // 积分说明

0 commit comments

Comments
 (0)