更新
This commit is contained in:
parent
c1c342d504
commit
28537e7181
@ -11,8 +11,8 @@ let httpApiFive
|
|||||||
let wsApi
|
let wsApi
|
||||||
|
|
||||||
// 在打包之前请检查当前环境是否正确
|
// 在打包之前请检查当前环境是否正确
|
||||||
const env = 'dev'; // 开发
|
// const env = 'dev'; // 开发
|
||||||
// const env = 'prod'; // 生产
|
const env = 'prod'; // 生产
|
||||||
// const env = 'prew'; // 预上线
|
// const env = 'prew'; // 预上线
|
||||||
|
|
||||||
switch (env) {
|
switch (env) {
|
||||||
|
14
pages.json
14
pages.json
@ -272,6 +272,14 @@
|
|||||||
"navigationStyle": "custom",
|
"navigationStyle": "custom",
|
||||||
"onReachBottomDistance": 300
|
"onReachBottomDistance": 300
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path" : "pages/order_addcart/order_addcart_t",
|
||||||
|
"style" :
|
||||||
|
{
|
||||||
|
"navigationBarTitleText" : "购物车",
|
||||||
|
"enablePullDownRefresh" : false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"subPackages": [{
|
"subPackages": [{
|
||||||
@ -1821,6 +1829,12 @@
|
|||||||
// "text": "发布"
|
// "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",
|
"pagePath": "pages/user/index",
|
||||||
"iconPath": "static/tabbar_icon/e.png",
|
"iconPath": "static/tabbar_icon/e.png",
|
||||||
|
@ -373,7 +373,7 @@ import activityCard from "@/components/activityCard.vue"
|
|||||||
|
|
||||||
//获取商品列表
|
//获取商品列表
|
||||||
list(isPage=false, id) {
|
list(isPage=false, id) {
|
||||||
if(!id||this.loadend) return this.list2(true, ''); // 定位没有获取到时,直接推荐
|
// if(!id||this.loadend) return this.list2(true, ''); // 定位没有获取到时,直接推荐
|
||||||
let that = this;
|
let that = this;
|
||||||
if (that.loadend&&!isPage) return;
|
if (that.loadend&&!isPage) return;
|
||||||
if (that.loading&&!isPage) return;
|
if (that.loading&&!isPage) return;
|
||||||
|
1376
pages/order_addcart/order_addcart_t.vue
Normal file
1376
pages/order_addcart/order_addcart_t.vue
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user