1
This commit is contained in:
parent
3d7fe275a2
commit
be1e4413a7
@ -20,11 +20,6 @@
|
|||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view class="func" style="padding-top: 0;">
|
<view class="func" style="padding-top: 0;">
|
||||||
<!-- 分段器 -->
|
|
||||||
<!-- <view class="subsection">
|
|
||||||
<u-subsection :list="['综合云市场','商户购物车']" activeColor="#40AE36" :current="subsecCurr"
|
|
||||||
mode="subsection" @change="subsecChange"></u-subsection>
|
|
||||||
</view> -->
|
|
||||||
<view class='nav acea-row row-between-wrapper'>
|
<view class='nav acea-row row-between-wrapper'>
|
||||||
<view>购物数量:<text class='num t-color'>{{cartTotalCount}}</text></view>
|
<view>购物数量:<text class='num t-color'>{{cartTotalCount}}</text></view>
|
||||||
<view v-if="cartList.valid.length > 0 || cartList.invalid.length > 0"
|
<view v-if="cartList.valid.length > 0 || cartList.invalid.length > 0"
|
||||||
@ -49,12 +44,9 @@
|
|||||||
<navigator
|
<navigator
|
||||||
:url="hide_mer_status == 0 ? `/pages/store/home/index?id=${item.mer_id}&sale_type=${tabsCurr}` : '#'"
|
:url="hide_mer_status == 0 ? `/pages/store/home/index?id=${item.mer_id}&sale_type=${tabsCurr}` : '#'"
|
||||||
class="info">
|
class="info">
|
||||||
<!-- <text class="iconfont icon-shangjiadingdan"></text> -->
|
|
||||||
<view class="name">{{item.mer_name}}</view>
|
<view class="name">{{item.mer_name}}</view>
|
||||||
<text class="iconfont icon-xiangyou" style="font-weight: bold;"></text>
|
<text class="iconfont icon-xiangyou" style="font-weight: bold;"></text>
|
||||||
</navigator>
|
</navigator>
|
||||||
<!-- <view class="coupon-btn" style="width: auto;padding: 0 10rpx;">{{item.cloud_warehouse}}
|
|
||||||
</view> -->
|
|
||||||
</view>
|
</view>
|
||||||
<navigator v-for="goods in item.list" :key="goods.cart_id"
|
<navigator v-for="goods in item.list" :key="goods.cart_id"
|
||||||
:url='`/pages/goods_details/index?id=${goods.product.product_id}&sale_type=${tabsCurr}`'
|
:url='`/pages/goods_details/index?id=${goods.product.product_id}&sale_type=${tabsCurr}`'
|
||||||
@ -78,9 +70,9 @@
|
|||||||
|
|
||||||
<!-- 标签 -->
|
<!-- 标签 -->
|
||||||
<view class="tag"
|
<view class="tag"
|
||||||
v-if="goods.product && goods.product.mer_label_name && goods.product.mer_label_name.length > 0">
|
v-if="goods && goods.product && goods.product.mer_label_name && goods.product.mer_label_name.length > 0">
|
||||||
<view class="tag-item" v-for="(ii,indx) in goods.product.mer_label_name">{{ii}}
|
<view class="tag-item" v-for="(ii,indx) in goods.product.mer_label_name"
|
||||||
</view>
|
:key="index">{{ii}}</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<!-- 规格产地 -->
|
<!-- 规格产地 -->
|
||||||
@ -1246,7 +1238,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.tag {
|
.tag {
|
||||||
margin-bottom: 10rpx;
|
margin: 10rpx 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user