Commit 6e039e25 authored by 徐光星's avatar 徐光星

Merge branch 'feat/group-buy' into 'master'

fix

See merge request !7
parents 044330be 49e0ebe2
...@@ -236,10 +236,12 @@ export default { ...@@ -236,10 +236,12 @@ 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) {
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