zs 2 年之前
父节点
当前提交
c4f96809b5
共有 1 个文件被更改,包括 1 次插入1 次删除
  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({