1.提交取消订单接口

yj-dev
杨杰 2 years ago
parent 94bd94d61d
commit 49996f11cb
  1. 4
      member-Recharge/rec-confirmation/rec-confirmation.vue

@ -667,12 +667,12 @@
}) })
return; return;
} }
this.thirdCancelOrder();
uni.showToast({ uni.showToast({
title: res.return_msg, title: res.return_msg,
icon: 'none', icon: 'none',
duration: 2000 duration: 2000
}); });
this.thirdCancelOrder();
}) })
return; return;
} }

Loading…
Cancel
Save