From-wh 2 лет назад
Родитель
Сommit
90c7df5e8e
1 измененных файлов с 3 добавлено и 2 удалено
  1. 3 2
      template/uni-app/pages/goods/goods_return/index.vue

+ 3 - 2
template/uni-app/pages/goods/goods_return/index.vue

@@ -10,7 +10,8 @@
 					<view class='text acea-row row-between'>
 						<view class='name line2'>{{item.productInfo.store_name}}</view>
 						<view class='money'>
-							<view>{{$t(`¥`)}}{{(parseFloat(item.truePrice)+parseFloat(item.postage_price/item.cart_num)).toFixed(2)}}
+							<view>
+								{{$t(`¥`)}}{{(parseFloat(item.truePrice)+parseFloat(item.postage_price/item.cart_num)).toFixed(2)}}
 							</view>
 							<view class='num'>x{{item.cart_num}}</view>
 						</view>
@@ -228,7 +229,7 @@
 					text: that.RefundArray[that.index] || '',
 					refund_reason_wap_explain: value.refund_reason_wap_explain,
 					refund_reason_wap_img: that.refund_reason_wap_img.join(','),
-					refund_type: this.returnGoods ? 2 : 1,
+					refund_type: this.returnGoods == 1 ? 2 : 1,
 					uni: that.orderId,
 					cart_ids: this.cartIds
 				}).then(res => {