zs 2 anos atrás
pai
commit
c4f96809b5
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      pagesMy/order/noService.vue

+ 1 - 1
pagesMy/order/noService.vue

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