供销综合云市场新增镇供应链,取消镇店铺框框显示
This commit is contained in:
parent
e412551130
commit
b8245eb162
@ -112,7 +112,7 @@
|
|||||||
<view class="right">
|
<view class="right">
|
||||||
<view class="li head">
|
<view class="li head">
|
||||||
<text class="com_name">{{item.mer_name}}</text>
|
<text class="com_name">{{item.mer_name}}</text>
|
||||||
<text
|
<text v-if="item.type_id==17"
|
||||||
style="font-weight: normal;font-size: 19.28rpx;color: red;padding:0 10rpx; border-radius: 10rpx; border: 1px solid red;">{{item.type_name}}</text>
|
style="font-weight: normal;font-size: 19.28rpx;color: red;padding:0 10rpx; border-radius: 10rpx; border: 1px solid red;">{{item.type_name}}</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="li">
|
<view class="li">
|
||||||
@ -643,7 +643,7 @@
|
|||||||
},
|
},
|
||||||
navGo(id) {
|
navGo(id) {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: `/pages/nongKe/supply_chain/supplierA?type_id=10&merchant_category_id=${id}&street_id=${this.street_id}`
|
url: `/pages/nongKe/supply_chain/supplierA?type_id=10,17&merchant_category_id=${id}&street_id=${this.street_id}`
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
go_details: function(product_type, product_id) {
|
go_details: function(product_type, product_id) {
|
||||||
|
@ -59,7 +59,7 @@
|
|||||||
<view class="right">
|
<view class="right">
|
||||||
<view class="li head" style="display: flex;">
|
<view class="li head" style="display: flex;">
|
||||||
<text class="com_name">{{item.mer_name}}</text>
|
<text class="com_name">{{item.mer_name}}</text>
|
||||||
<text
|
<text v-if="item.type_id==17"
|
||||||
style="font-weight: normal;font-size: 19.28rpx;color: red;padding:0 10rpx; border-radius: 10rpx; border: 1px solid red;">{{item.type_name}}</text>
|
style="font-weight: normal;font-size: 19.28rpx;color: red;padding:0 10rpx; border-radius: 10rpx; border: 1px solid red;">{{item.type_name}}</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="li">
|
<view class="li">
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
|
|
||||||
<view class="list">
|
<view class="list">
|
||||||
<navigator hover-class="none"
|
<navigator hover-class="none"
|
||||||
:url="`/pages/nongKe/supply_chain/supplier?type_id=10&street_id=${street_id}&townName=${town}`">
|
:url="`/pages/nongKe/supply_chain/supplier?type_id=10,17&street_id=${street_id}&townName=${town}`">
|
||||||
<view class="list-m">
|
<view class="list-m">
|
||||||
<image src="@/static/images/f6.png" mode="aspectFit"></image>
|
<image src="@/static/images/f6.png" mode="aspectFit"></image>
|
||||||
<view class="list-title">
|
<view class="list-title">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user