Commit 49e0ebe2 authored by Xuguangxing's avatar Xuguangxing

fix: 处理两次支付问题

parent d36b0e0f
...@@ -241,6 +241,7 @@ export default { ...@@ -241,6 +241,7 @@ export default {
// wx.miniProgram.redirectTo(); // wx.miniProgram.redirectTo();
} else if (isApp) { } else if (isApp) {
this.$router.replace({ path: `/pay?orderNo=${data.orderNo}` }); this.$router.replace({ path: `/pay?orderNo=${data.orderNo}` });
return;
} else { } else {
return; // todo 处理纯h5情况 return; // todo 处理纯h5情况
// this.$dialog({ // this.$dialog({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment