diff --git a/config/app.js b/config/app.js index cdcc9f8..ccbb88f 100644 --- a/config/app.js +++ b/config/app.js @@ -11,8 +11,8 @@ let httpApiFive let wsApi // 在打包之前请检查当前环境是否正确 -const env = 'dev'; // 开发 -// const env = 'prod'; // 生产 +// const env = 'dev'; // 开发 +const env = 'prod'; // 生产 // const env = 'prew'; // 预上线 switch (env) { diff --git a/pages.json b/pages.json index cab5c3b..7b45427 100644 --- a/pages.json +++ b/pages.json @@ -272,6 +272,14 @@ "navigationStyle": "custom", "onReachBottomDistance": 300 } + }, + { + "path" : "pages/order_addcart/order_addcart_t", + "style" : + { + "navigationBarTitleText" : "购物车", + "enablePullDownRefresh" : false + } } ], "subPackages": [{ @@ -1821,6 +1829,12 @@ // "text": "发布" // }, + { + "pagePath": "pages/order_addcart/order_addcart_t", + "iconPath": "static/tabbar_icon/d.png", + "selectedIconPath": "static/tabbar_icon/d-a.png", + "text": "购物车" + }, { "pagePath": "pages/user/index", "iconPath": "static/tabbar_icon/e.png", diff --git a/pages/index/index.vue b/pages/index/index.vue index fbc969a..d2c9807 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -373,7 +373,7 @@ import activityCard from "@/components/activityCard.vue" //获取商品列表 list(isPage=false, id) { - if(!id||this.loadend) return this.list2(true, ''); // 定位没有获取到时,直接推荐 + // if(!id||this.loadend) return this.list2(true, ''); // 定位没有获取到时,直接推荐 let that = this; if (that.loadend&&!isPage) return; if (that.loading&&!isPage) return; diff --git a/pages/order_addcart/order_addcart_t.vue b/pages/order_addcart/order_addcart_t.vue new file mode 100644 index 0000000..17f6bc1 --- /dev/null +++ b/pages/order_addcart/order_addcart_t.vue @@ -0,0 +1,1376 @@ + + + + + \ No newline at end of file