From 2d199f07d9636d39589e9917f460bf8b8482151b Mon Sep 17 00:00:00 2001 From: yangsanTT <812952667@qq.com> Date: Mon, 26 Jul 2021 20:22:00 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E6=94=B9=E7=AC=AC=E4=B8=89=E6=96=B9?= =?UTF-8?q?=20=E6=94=AF=E4=BB=98=E6=88=90=E5=8A=9F=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 16 ++++++++-------- pages/qianZhuPay/qianZhuPay.vue | 7 ++++--- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/App.vue b/App.vue index 3886872..8718b2d 100644 --- a/App.vue +++ b/App.vue @@ -5,15 +5,15 @@ // brestUrl: 'http://192.168.3.4:9302/brest', // imgUrl: 'https://192.168.3.4:9301/filesystem/', //正式 - url: 'https://hsg.dctpay.com/crest', - imgUrl: 'https://hsg.dctpay.com/filesystem/', - brestUrl : 'https://hsg.dctpay.com/brest', - imageWxImg:'https://hsg.dctpay.com/filesystem/wxApplets/', + // url: 'https://hsg.dctpay.com/crest', + // imgUrl: 'https://hsg.dctpay.com/filesystem/', + // brestUrl : 'https://hsg.dctpay.com/brest', + // imageWxImg:'https://hsg.dctpay.com/filesystem/wxApplets/', //测试 - // url: 'https://hsgcs.dctpay.com/crest', - // brestUrl : 'https://hsgcs.dctpay.com/brest', - // imgUrl: 'https://hsgcs.dctpay.com/filesystem/', - // imageWxImg:'https://hsgcs.dctpay.com/filesystem/wxApplets/', + url: 'https://hsgcs.dctpay.com/crest', + brestUrl : 'https://hsgcs.dctpay.com/brest', + imgUrl: 'https://hsgcs.dctpay.com/filesystem/', + imageWxImg:'https://hsgcs.dctpay.com/filesystem/wxApplets/', userInfo: "", brestUserInfo : '', openId: '', diff --git a/pages/qianZhuPay/qianZhuPay.vue b/pages/qianZhuPay/qianZhuPay.vue index c1e3467..c1109f7 100644 --- a/pages/qianZhuPay/qianZhuPay.vue +++ b/pages/qianZhuPay/qianZhuPay.vue @@ -54,9 +54,10 @@ uni.showToast({ title: '支付成功' }) - uni.reLaunch({ - url: '../tabBar/user/user' - }); + uni.redirectTo({ + url: '../tabBar/order/webUrl/webUrl?url=' + that + .orderInfoUrl+'&orderid='+that.orderNo + }) }, fail: function(err) { // that.cancelOrderByOrderNo();