更新
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user