|
|
@@ -298,7 +298,7 @@ export default {
|
|
|
return;
|
|
|
}
|
|
|
if(Number(this.orderInfo.afterSaleRule.refundMustImg) == 1 && this.$util.isEmpty(this.uploadRefundImg)){
|
|
|
- uni.showToast({title:'请上传花材照片',icon:'none'})
|
|
|
+ uni.showToast({title:'请上传照片',icon:'none'})
|
|
|
return;
|
|
|
}
|
|
|
let imgData = JSON.stringify(this.uploadRefundImg)
|