This commit is contained in:
weipengfei 2024-01-24 17:58:31 +08:00
parent c1c342d504
commit 28537e7181
4 changed files with 1393 additions and 3 deletions

View File

@ -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) {

View File

@ -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",

View File

@ -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;

File diff suppressed because it is too large Load Diff