|
@@ -42,9 +42,9 @@
|
|
|
|
|
|
<view class="right">
|
|
|
<view class="">
|
|
|
- ¥{{item.sellPrice}}
|
|
|
+ ¥{{item.selPrice}}
|
|
|
</view>
|
|
|
- <view class="refund" v-if="isRefund(item.productId)">
|
|
|
+ <view class="refund" v-if="isRefund(item.orderSn)">
|
|
|
{{ info.goodsList[0].goodsState == 'APPLY_REFUNDING'?'退款中':'已退款'}}
|
|
|
</view>
|
|
|
</view>
|
|
@@ -95,14 +95,14 @@
|
|
|
{{info.goodsList[0].goodsInfo.eatType == 0?'店内就餐':'打包带走'}}
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="item">
|
|
|
+ <!-- <view class="item">
|
|
|
<view class="label">
|
|
|
备注
|
|
|
</view>
|
|
|
<view class="value">
|
|
|
{{info.goodsList[0].goodsInfo.remark ||'-'}}
|
|
|
</view>
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
</view>
|
|
|
|
|
|
<view class="content">
|
|
@@ -253,7 +253,7 @@
|
|
|
let flag = false
|
|
|
if(this.info.goodsList[0].extend.sync&&this.info.goodsList[0].extend.sync.refundProducts){
|
|
|
this.info.goodsList[0].extend.sync.refundProducts.map(item=>{
|
|
|
- if(item.productId == id){
|
|
|
+ if(item.orderSn == id){
|
|
|
flag = true
|
|
|
}
|
|
|
})
|