@@ -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({