zs 2 years ago
parent
commit
c4f96809b5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pagesMy/order/noService.vue

+ 1 - 1
pagesMy/order/noService.vue

@@ -73,7 +73,7 @@
 			async onSubmit(ref) {
 				const that = this;
 				that.$refs[ref].validate().then(async params => {
-					params.order_detail = that.id;
+					params.order_detail = that.id
 					const arr = await that.$api(`/afterSale/orderCancel`, 'POST', params);
 					if (arr.errcode == '0') {
 						uni.showToast({