|
@@ -151,8 +151,14 @@
|
|
|
<text>商品信息</text>
|
|
<text>商品信息</text>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="commodity-list">
|
|
<view class="commodity-list">
|
|
|
- <view v-for="(s, idx) in detailInfo.product" :key="idx" class="commodity-item" >
|
|
|
|
|
|
|
+ <view v-for="(s, idx) in detailInfo.product" :key="idx" class="commodity-item" style="position:relative;">
|
|
|
<image class="item-icon" :src="s.cover" @click="pageTo({url:'/admin/item/detail',query:{id: s.productId}})" />
|
|
<image class="item-icon" :src="s.cover" @click="pageTo({url:'/admin/item/detail',query:{id: s.productId}})" />
|
|
|
|
|
+
|
|
|
|
|
+ <text style="position:absolute;left:160upx;top:113upx;color:#333333;">
|
|
|
|
|
+ <text v-if="s.acceptNum && Number(s.acceptNum)>0" style="margin-right:15upx;">获赠 {{parseFloat(s.acceptNum)}}{{s.xhUnitName}}</text>
|
|
|
|
|
+ <text v-if="Number(s.refundNum)>0" style="color:red;font-weight: bold;">已退{{ s.refundNum }}{{s.xhUnitName}}</text>
|
|
|
|
|
+ </text>
|
|
|
|
|
+
|
|
|
<view class="item-info">
|
|
<view class="item-info">
|
|
|
<view class="info-line">
|
|
<view class="info-line">
|
|
|
<text class="item-name">{{ s.name }}</text>
|
|
<text class="item-name">{{ s.name }}</text>
|