Skip to content

Commit a2258e5

Browse files
committed
add weixin
1 parent 2ca719c commit a2258e5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ vue2 + vuex + vue-router + webpack + ES6/7 + fetch + sass + flex + svg
2424

2525
## 项目运行
2626

27-
#### 注意:由于涉及大量的 ES6/7 等新属性,node 需要 6.0 以上版本
27+
#### 注意:由于涉及大量的 ES6/7 等新属性,node 需要 6.0 以上版本
2828

2929
```
3030
git clone https://github.com/bailicangdu/vue2-elm.git  
@@ -56,7 +56,7 @@ npm run dev
5656
5757
> 如有问题请直接在 Issues 中提,或者您发现问题并有非常好的解决方案,欢迎 PR 👍
5858
59-
> 项目交流群:528447162(QQ)
59+
> 项目交流群:528447162(QQ),微信群(需要加微信:cangdu321,注明来自github)
6060
6161
> 推荐一个 react + redux 开源项目,对react感兴趣的朋友赶紧去看看。[地址在这里](https://github.com/bailicangdu/react-pxq)
6262
@@ -223,7 +223,7 @@ npm run dev
223223
│   │   │   ├── exchange.vue // 兑换红包
224224
│   │   │   ├── hbDescription.vue // 红包说明
225225
│   │   │   └── hbHistory.vue // 历史红包
226-
│   │   ├── city
226+
│   │   ├── city
227227
│   │   │   └── city.vue // 当前城市页
228228
│   │   ├── confirmOrder
229229
│   │   │   ├── children
@@ -234,7 +234,7 @@ npm run dev
234234
│   │   │   │   ├── chooseAddress.vue // 选择地址页
235235
│   │   │   │   ├── invoice.vue // 选择发票页
236236
│   │   │   │   ├── payment.vue // 付款页
237-
│   │   │   │   ├── remark.vue // 订单备注页
237+
│   │   │   │   ├── remark.vue // 订单备注页
238238
│   │   │   │   └── userValidation.vue // 用户验证页
239239
│   │   │   └── confirmOrder.vue // 确认订单页
240240
│   │   ├── download

0 commit comments

Comments
 (0)