修复拼团详情显示问题,增加商品下架弹窗提醒·,订单详情和结算成功增加会员折扣展示,修改用户中心页面积分列表积分余额显示字段,调整套餐商品详情商品显示样式
This commit is contained in:
@@ -75,18 +75,18 @@
|
||||
</view>
|
||||
|
||||
</view>
|
||||
<view class="u-m-t-36" v-if="showGroup">
|
||||
<view v-for="(item,index) in item.packageContent" :key="index">
|
||||
<view class="">
|
||||
<text>{{item.name}}</text>
|
||||
<view class="" v-if="showGroup">
|
||||
<view class="u-m-t-48" v-for="(item,index) in item.packageContent" :key="index">
|
||||
<view class="font-bold">
|
||||
<text class="">{{item.name}}</text>
|
||||
<text class="u-m-l-30">{{item.packageProducts.length}}选{{item.num}}</text>
|
||||
</view>
|
||||
<view class="u-m-t-48">
|
||||
<view class="u-flex u-m-t-32 u-row-between" v-for="(goods,goodsIndex) in item.packageProducts"
|
||||
<view class="">
|
||||
<view class="u-flex u-m-t-24 u-row-between" v-for="(goods,goodsIndex) in item.packageProducts"
|
||||
:key="goodsIndex">
|
||||
<text>{{goods.name}}</text>
|
||||
<view class="u-flex text-right">
|
||||
<text class="color-666 u-m-r-42">{{goods.num}}</text>
|
||||
<text class="color-666 u-m-r-42">x{{goods.num}}</text>
|
||||
<view style="min-width: 110rpx;">¥{{goods.price}}</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user