├── .gitignore ├── README.md ├── babel.config.js ├── package.json ├── preview ├── cart.png ├── category.png ├── eat.png ├── home.png └── mine.png ├── public ├── icon.png └── index.html ├── src ├── App.vue ├── assets │ ├── img │ │ ├── ali.png │ │ ├── avatar.jpg │ │ ├── default_grey.jpg │ │ ├── empty_address.png │ │ ├── empty_cart.png │ │ ├── empty_order.jpg │ │ ├── hb.png │ │ ├── home_bg.png │ │ ├── icon_loading.png │ │ ├── top.png │ │ ├── vip.png │ │ └── wx.png │ └── js │ │ └── area.js ├── components │ ├── bscroll.vue │ ├── dropBall.vue │ ├── loading.vue │ └── scrollTop.vue ├── http.js ├── main.js ├── plugins │ ├── format.js │ ├── global.js │ ├── index.js │ └── rem.js ├── router.js ├── store │ ├── actions.js │ ├── index.js │ ├── mutation-types.js │ ├── mutations.js │ └── state.js └── views │ ├── cart │ ├── index.vue │ └── order │ │ ├── components │ │ └── timelist.vue │ │ ├── goodsList.vue │ │ └── orderFill.vue │ ├── category │ └── index.vue │ ├── detail │ └── index.vue │ ├── eat │ ├── collection │ │ └── collection.vue │ └── index.vue │ ├── home │ ├── components │ │ ├── header.vue │ │ ├── limit.vue │ │ └── special.vue │ ├── index.vue │ └── myMap.vue │ ├── layout.vue │ ├── login │ └── index.vue │ └── mine │ ├── address │ ├── addAddress.vue │ ├── editAddress.vue │ └── myAddress.vue │ ├── coupon.vue │ ├── index.vue │ ├── order.vue │ ├── profile │ ├── changeName.vue │ └── profile.vue │ └── vip │ ├── payVip.vue │ └── vip.vue ├── vue.config.js └── yarn.lock /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | node_modules 3 | /dist 4 | 5 | # local env files 6 | .env.local 7 | .env.*.local 8 | 9 | # Log files 10 | npm-debug.log* 11 | yarn-debug.log* 12 | yarn-error.log* 13 | 14 | # Editor directories and files 15 | .idea 16 | .vscode 17 | *.suo 18 | *.ntvs* 19 | *.njsproj 20 | *.sln 21 | *.sw? 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | ## 移动端叮咚买菜 vue + vant 2 | 3 | ### 免责说明 4 | 本项目仅限技术交流,不建议商业使用,产生的一切侵权著作法律后果,与本作者无关。 5 | 6 | ### 预览 7 |
购物车还是空的
14 |{{item.product_name}}
47 |{{item.spec}}
48 |¥{{item.price}}
24 |¥{{item.origin_price}}
25 |{{item.title}}
9 |{{item.subtitle}}
10 |{{item.name}}
103 |{{item.spec}}
104 |登录即代表你同意叮咚买菜《服务协议》和《隐私政策》
133 |还没有添加过地址呢,添加一个吧😄
16 |请输入新昵称,30天内限修改1次
12 |开通绿卡享三大权益,预计每单省6.66元
12 |¥{{cate.origin_price}}
82 |83 | ¥{{cate.price}} 84 | 绿卡价格 85 |
86 |更多特权敬请期待...
142 |