取消综合云商品

This commit is contained in:
weipengfei 2024-02-29 15:10:58 +08:00
parent ce9433b4e3
commit 99e3320cdd
2 changed files with 5 additions and 12 deletions

View File

@ -17,11 +17,11 @@
style="font-size: 31.54rpx;font-weight: 700;margin-left: 10rpx;color: #F84221;">
供销综合云市场
</view>
<view class=""
<!-- <view class=""
@click="navGoto(`/pages/nongKe/cloud_entrepot/indexb?street_id=${street_id}&townName=${street}&location=${latitude},${longitude}`)"
style="font-size: 31.54rpx;font-weight: 700;margin-left: 20rpx;">
供销综合云商品
</view>
</view> -->
</view>
<view style="display: flex;align-items: center;justify-content: right;margin-left: 20rpx;" @click="changeMap">
<view class="town_name">{{street||'定位中'}}</view>

View File

@ -284,6 +284,7 @@
</view>
<emptyPage v-if="goods.length == 0 && !goodsLoading" title="暂无商品~"></emptyPage>
</view>
<u-empty :show="goods.length == 0" mode="list" text="这个商家很懒, 没有上架商品..." icon="http://cdn.uviewui.com/uview/empty/list.png"></u-empty>
</view>
<!-- 分类 -->
<view v-show="tabActive === 2">
@ -425,7 +426,7 @@
</view>
</view>
</scroll-view>
<view class="footer" :style="viewColor">
<view class="footer" :style="viewColor" v-if="tabs.length>0">
<view v-for="(item, index) in tabs" :key="index" :class="{ active: tabActive === item.value }" class="item"
@click="tab(item.value)">
<view :class="['iconfont', item.icon]"></view>
@ -630,10 +631,6 @@
}
],
tabs3: [{
icon: 'icon-yizhan_o',
name: '综合云商品',
value: 7,
}, {
icon: 'icon-gouwu_o',
name: '商品',
value: 3,
@ -655,11 +652,7 @@
value: 2,
}
],
tabs5: [{
icon: 'icon-yizhan_o',
name: '综合云商品',
value: 7,
}],
tabs5: [],
tabs: [],
storeScroll: true,
storeTop: 0,