|
@@ -29,6 +29,7 @@
|
|
|
<view class="pay-way-item pay-way-item-jh" @click="wechatPay">
|
|
|
<image src="../../static/img/juhe-icon.png" mode=""></image>
|
|
|
<view class="title">聚合支付</view>
|
|
|
+ <view class="subtitle">支付微信及支付宝付款</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<button class="pay-way-close-btn" @click="closePaymentMethod">关闭</button>
|
|
@@ -182,8 +183,6 @@
|
|
|
// location.href = res.data.qrCodeUrl
|
|
|
// }
|
|
|
localStorage.setItem('jumpUrl', this.jumpUrl)
|
|
|
- console.log(this.jumpUrl)
|
|
|
- return
|
|
|
location.href = res.data.qrCodeUrl
|
|
|
// this.cookie.set("jumpUrl",this.jumpUrl);
|
|
|
} else {
|