更新
This commit is contained in:
@@ -142,7 +142,7 @@
|
||||
</view>
|
||||
</view>
|
||||
<!-- 筛选开始 -->
|
||||
<view class="screentop bg-white " @tap="scrollScreen">
|
||||
<view class="screentop bg-white" @tap="scrollScreen">
|
||||
<!-- <view class="">
|
||||
<sl-filter @result="filterRes" reflexTitle ref="slFilter" :menuList="menuList"></sl-filter>
|
||||
</view> -->
|
||||
@@ -160,6 +160,7 @@
|
||||
<msg-models :showAuthFrror="showAuthFrror" @hideOneModal="hideModel"></msg-models>
|
||||
<three-sites @hideOneModal="showThreeSites=false" :showThreeSites="showThreeSites"></three-sites>
|
||||
<transBlcok ref="transBlcok" />
|
||||
<!-- <tabbar :current-page="0"/> -->
|
||||
</view>
|
||||
</template>
|
||||
|
||||
@@ -330,8 +331,10 @@
|
||||
console.log(n, o, '=================')
|
||||
}
|
||||
},
|
||||
created() {},
|
||||
|
||||
onReady() {
|
||||
|
||||
|
||||
let _that = this
|
||||
let IsOtherUser = _that.isOther
|
||||
if (IsOtherUser) {
|
||||
@@ -362,6 +365,8 @@
|
||||
}
|
||||
},
|
||||
onLoad(e) {
|
||||
// uni.hideTabBar()
|
||||
|
||||
let _that = this
|
||||
let IsOtherUser = _that.isOther
|
||||
|
||||
|
||||
@@ -63,6 +63,7 @@
|
||||
</view>
|
||||
</view>
|
||||
<uni-load-more status="more"></uni-load-more>
|
||||
<!-- <tabbar :current-page="3"/> -->
|
||||
</view>
|
||||
</template>
|
||||
|
||||
|
||||
@@ -33,6 +33,7 @@
|
||||
</view>
|
||||
</view>
|
||||
<three-sites @hideOneModal="showThreeSites=false" :showThreeSites="showThreeSites"></three-sites>
|
||||
<!-- <tabbar :current-page="2"/> -->
|
||||
</view>
|
||||
</template>
|
||||
|
||||
|
||||
@@ -52,6 +52,7 @@
|
||||
<view class="bg-white">
|
||||
<uni-load-more :status="loadText"></uni-load-more>
|
||||
</view>
|
||||
<!-- <tabbar :current-page="1"/> -->
|
||||
</view>
|
||||
</template>
|
||||
|
||||
@@ -280,7 +281,8 @@
|
||||
currentPage: this.currentPage,
|
||||
pageSize: 10,
|
||||
params: { //类型:Object 必有字段 备注:// 筛选对象
|
||||
siteNameOrId: this.siteName, //产品类型(加注方式):
|
||||
// siteNameOrId: this.siteName, //产品类型(加注方式):
|
||||
address:this.siteAddress,
|
||||
productType: this.productType ? this.productType : '', //1-加注机; 2-桶装
|
||||
brandName: this.brandName ? this.brandName : '', // 桶装品牌名称
|
||||
currentLongitude: location.longitude + '', // 当前经度
|
||||
@@ -392,10 +394,10 @@
|
||||
|
||||
res.data.channelCodes.map(item => {
|
||||
|
||||
this.menuList[3].detailLists.push({
|
||||
title: item.name,
|
||||
value: item.id
|
||||
})
|
||||
// this.menuList[3].detailLists.push({
|
||||
// title: item.name,
|
||||
// value: item.id
|
||||
// })
|
||||
})
|
||||
res.data.productCodes.map(item => {
|
||||
this.menuList[2].detailList.push({
|
||||
|
||||
@@ -134,6 +134,7 @@
|
||||
</view>
|
||||
<SwitchEnterprises @submit='upadteCompanyCard' @logout='logout' :is-show.sync="isSwitchEnterprises">
|
||||
</SwitchEnterprises>
|
||||
<!-- <tabbar :current-page="4"/> -->
|
||||
</view>
|
||||
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user