Commit 01afdb41 authored by Xuguangxing's avatar Xuguangxing

fix

parent bf06f283
...@@ -236,6 +236,7 @@ export default { ...@@ -236,6 +236,7 @@ export default {
this.nativeBridge.openNewUrl({ this.nativeBridge.openNewUrl({
newUrl: `/pages/pay/index?orderNo=${data.orderNo}` newUrl: `/pages/pay/index?orderNo=${data.orderNo}`
}); });
return;
// const wx = require('weixin-js-sdk'); // const wx = require('weixin-js-sdk');
// wx.miniProgram.redirectTo(); // wx.miniProgram.redirectTo();
} else if (isApp) { } else if (isApp) {
......
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