取消综合云商品
This commit is contained in:
parent
ce9433b4e3
commit
99e3320cdd
@ -17,11 +17,11 @@
|
|||||||
style="font-size: 31.54rpx;font-weight: 700;margin-left: 10rpx;color: #F84221;">
|
style="font-size: 31.54rpx;font-weight: 700;margin-left: 10rpx;color: #F84221;">
|
||||||
供销综合云市场
|
供销综合云市场
|
||||||
</view>
|
</view>
|
||||||
<view class=""
|
<!-- <view class=""
|
||||||
@click="navGoto(`/pages/nongKe/cloud_entrepot/indexb?street_id=${street_id}&townName=${street}&location=${latitude},${longitude}`)"
|
@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;">
|
style="font-size: 31.54rpx;font-weight: 700;margin-left: 20rpx;">
|
||||||
供销综合云商品
|
供销综合云商品
|
||||||
</view>
|
</view> -->
|
||||||
</view>
|
</view>
|
||||||
<view style="display: flex;align-items: center;justify-content: right;margin-left: 20rpx;" @click="changeMap">
|
<view style="display: flex;align-items: center;justify-content: right;margin-left: 20rpx;" @click="changeMap">
|
||||||
<view class="town_name">{{street||'定位中'}}</view>
|
<view class="town_name">{{street||'定位中'}}</view>
|
||||||
|
@ -284,6 +284,7 @@
|
|||||||
</view>
|
</view>
|
||||||
<emptyPage v-if="goods.length == 0 && !goodsLoading" title="暂无商品~"></emptyPage>
|
<emptyPage v-if="goods.length == 0 && !goodsLoading" title="暂无商品~"></emptyPage>
|
||||||
</view>
|
</view>
|
||||||
|
<u-empty :show="goods.length == 0" mode="list" text="这个商家很懒, 没有上架商品..." icon="http://cdn.uviewui.com/uview/empty/list.png"></u-empty>
|
||||||
</view>
|
</view>
|
||||||
<!-- 分类 -->
|
<!-- 分类 -->
|
||||||
<view v-show="tabActive === 2">
|
<view v-show="tabActive === 2">
|
||||||
@ -425,7 +426,7 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</scroll-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"
|
<view v-for="(item, index) in tabs" :key="index" :class="{ active: tabActive === item.value }" class="item"
|
||||||
@click="tab(item.value)">
|
@click="tab(item.value)">
|
||||||
<view :class="['iconfont', item.icon]"></view>
|
<view :class="['iconfont', item.icon]"></view>
|
||||||
@ -630,10 +631,6 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
tabs3: [{
|
tabs3: [{
|
||||||
icon: 'icon-yizhan_o',
|
|
||||||
name: '综合云商品',
|
|
||||||
value: 7,
|
|
||||||
}, {
|
|
||||||
icon: 'icon-gouwu_o',
|
icon: 'icon-gouwu_o',
|
||||||
name: '商品',
|
name: '商品',
|
||||||
value: 3,
|
value: 3,
|
||||||
@ -655,11 +652,7 @@
|
|||||||
value: 2,
|
value: 2,
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
tabs5: [{
|
tabs5: [],
|
||||||
icon: 'icon-yizhan_o',
|
|
||||||
name: '综合云商品',
|
|
||||||
value: 7,
|
|
||||||
}],
|
|
||||||
tabs: [],
|
tabs: [],
|
||||||
storeScroll: true,
|
storeScroll: true,
|
||||||
storeTop: 0,
|
storeTop: 0,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user