diff --git a/ahyd_DIB.zip b/ahyd_DIB.zip index 576183f..9d7813f 100644 Binary files a/ahyd_DIB.zip and b/ahyd_DIB.zip differ diff --git a/pages/index/index.vue b/pages/index/index.vue index c31eaf0..b4eee52 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -14,7 +14,7 @@ -
+

门店上传{{showTableData.Revenue_Upload?showTableData.Revenue_Upload:'-'}}/{{allShopCount?allShopCount:'-'}}

@@ -835,7 +835,7 @@ export default { isSuccess:false,//首页这些接口是否全部调用成功 isReturn : true, isSuggestion:false,//可不可以看意见 - loadMore:true,// 是否收缩 + loadMore:false,// 是否展示更多 special:false, allTrafficList:[],// 车流数据数组 showTrafficList:[],// 显示在页面上车流数据 @@ -1244,6 +1244,8 @@ export default { } }, handleGoTab(item){ + console.log('this.isReturn',this.isReturn) + console.log('item',item) if (!this.isReturn){ this.$util.toNextRoute('navigateTo', `${item.path}?time=${this.lastDay}&serviceInfo=${JSON.stringify(this.nearServiceInfo)}`) } else{