update
This commit is contained in:
parent
c8bc4ba531
commit
73c3e955f6
BIN
ahyd_DIB.zip
BIN
ahyd_DIB.zip
Binary file not shown.
@ -14,7 +14,7 @@
|
||||
</picker>
|
||||
</view>
|
||||
</div>
|
||||
<div class="storeDetail" :style="{ top: menu.bottom + 13 + 'px',height:loadMore?'198px':'362px'}">
|
||||
<div class="storeDetail" :style="{ top: menu.bottom + 13 + 'px',height:loadMore?'198px':'46px'}">
|
||||
<p class="storeName">门店上传<span class="num">{{showTableData.Revenue_Upload?showTableData.Revenue_Upload:'-'}}</span>/{{allShopCount?allShopCount:'-'}}</p>
|
||||
<div class="detailBox">
|
||||
<div class="detailTop">
|
||||
@ -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{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user