|
|
|
@ -14,8 +14,9 @@ |
|
|
|
|
<view class="row"> |
|
|
|
|
<view class="goods-info"> |
|
|
|
|
<view class="img"> |
|
|
|
|
<image :src="imageUrl+rec.goodsImg" v-if="rec.goodsType == 1 "></image> |
|
|
|
|
<image :src="rec.goodsImg" v-else></image> |
|
|
|
|
<image :src="imageUrl+rec.goodsImg" v-if="rec.goodsType == 1"></image> |
|
|
|
|
<image :src="imagewxUrl+imgadres1" v-if="rec.goodsType == 6"></image> |
|
|
|
|
<image :src="rec.goodsImg" v-if="rec.goodsType != 1 && rec.goodsType != 6"></image> |
|
|
|
|
</view> |
|
|
|
|
<view class="info"> |
|
|
|
|
<view class="title">{{rec.goodsName}}</view> |
|
|
|
@ -210,7 +211,7 @@ |
|
|
|
|
</view> |
|
|
|
|
</view> --> |
|
|
|
|
<view class="width100 height60"></view> |
|
|
|
|
<view class="footer" v-if="recinfo.orderStatus == 1"> |
|
|
|
|
<view class="footer" v-if="recinfo.orderStatus == 1 && recinfo.highChildOrderList[0].goodsType !=6 && recinfo.highChildOrderList[0].goodsType !=5 && recinfo.highChildOrderList[0].goodsType !=4"> |
|
|
|
|
<view class="settlement"> |
|
|
|
|
<view class="sum">合计: |
|
|
|
|
<view class="money" v-if="recinfo.payType != 3">¥{{recinfo.payPrice}}</view> |
|
|
|
@ -245,7 +246,9 @@ |
|
|
|
|
deduction: 0, //抵扣价格 |
|
|
|
|
recinfo: [], |
|
|
|
|
orderId: '', |
|
|
|
|
imageUrl: app.globalData.imgUrl |
|
|
|
|
imageUrl: app.globalData.imgUrl, |
|
|
|
|
imagewxUrl: app.globalData.imageWxImg, |
|
|
|
|
imgadres1:'dhf.png', |
|
|
|
|
|
|
|
|
|
}; |
|
|
|
|
}, |
|
|
|
@ -309,7 +312,7 @@ |
|
|
|
|
}, |
|
|
|
|
methods: { |
|
|
|
|
toGoods(e, item) { |
|
|
|
|
if (item != 2 && item != 4 && item != 5 && item != 6) { |
|
|
|
|
if (item != 2 && item != 3 && item != 4 && item != 5 && item != 6) { |
|
|
|
|
uni.navigateTo({ |
|
|
|
|
url: '../../goods/goods?id=' + e |
|
|
|
|
}); |
|
|
|
|