|
@@ -166,14 +166,10 @@ export default {
|
|
} else if (this.$userAgent.isSzx && this.$userAgent.isIos) {
|
|
} else if (this.$userAgent.isSzx && this.$userAgent.isIos) {
|
|
window.webkit.messageHandlers.activity202211.postMessage(productId);
|
|
window.webkit.messageHandlers.activity202211.postMessage(productId);
|
|
} else if (this.$userAgent.isMiniProgram) {
|
|
} else if (this.$userAgent.isMiniProgram) {
|
|
- // this.$wx.miniProgram.navigateTo({
|
|
|
|
- // url:
|
|
|
|
- // '/packageA/order/status/index?record=' +
|
|
|
|
- // JSON.stringify({
|
|
|
|
- // payActive: this.payType === 'wxPay' ? 1 : 0,
|
|
|
|
- // myOrderNum: res.data.myOrderNum,
|
|
|
|
- // }),
|
|
|
|
- // });
|
|
|
|
|
|
+ this.$wx.miniProgram.navigateTo({
|
|
|
|
+ url:
|
|
|
|
+ '/packageA/order/buy/index',
|
|
|
|
+ });
|
|
} else {
|
|
} else {
|
|
webUni.webView.navigateTo({
|
|
webUni.webView.navigateTo({
|
|
url: '/pages/order/order?productId=' + productId
|
|
url: '/pages/order/order?productId=' + productId
|