This commit is contained in:
xiaozhiyong
2023-10-12 11:02:14 +08:00
parent e331393f09
commit 7bd17a3692
15 changed files with 497 additions and 265 deletions

View File

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