Fix:【商城小程序】商品详情页—优惠券间隔偏大,并且没有显示预计获得积分数(缺积分字段)
This commit is contained in:
@@ -35,13 +35,15 @@
|
|||||||
class="cell flex jc-between ai-center"
|
class="cell flex jc-between ai-center"
|
||||||
@click="changeCoupons()"
|
@click="changeCoupons()"
|
||||||
>
|
>
|
||||||
<view
|
<view class="v12-justify-start">
|
||||||
v-for="(item, index) in couponListLimit2ToShow"
|
<view
|
||||||
:key="index"
|
v-for="(item, index) in couponListLimit2ToShow"
|
||||||
class="v12-align-center"
|
:key="index"
|
||||||
>
|
class="v12-align-center v12-mr-2"
|
||||||
<view class="v12-primary-text v12-primary-border v12-radius-6 v12-font-22 v12-px-1">券</view>
|
>
|
||||||
<view class="v12-primary-text v12-primary-border v12-radius-6 v12-font-22 v12-px-1">{{ item.couponTitle }}</view>
|
<view class="v12-primary-text v12-primary-border v12-radius-6 v12-font-22 v12-px-1">券</view>
|
||||||
|
<view class="v12-primary-text v12-primary-border v12-radius-6 v12-font-22 v12-px-1">{{ item.couponTitle }}</view>
|
||||||
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="value value2 v12-font-24 v12-primary-text">
|
<view class="value value2 v12-font-24 v12-primary-text">
|
||||||
更多优惠
|
更多优惠
|
||||||
|
|||||||
Reference in New Issue
Block a user