From cf8a461d56dbb7402bb7fbddb1a132acdd372518 Mon Sep 17 00:00:00 2001
From: 石广澎 <shiguangpeng@163.com>
Date: 星期四, 05 九月 2024 10:28:27 +0800
Subject: [PATCH] feat(支付): 正式环境配置

---
 pay/scanpay.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pay/scanpay.vue b/pay/scanpay.vue
index 5b64e21..c90f8f0 100644
--- a/pay/scanpay.vue
+++ b/pay/scanpay.vue
@@ -312,7 +312,7 @@
     /*鎺堟潈unionid*/
     toRegister() {
       if (this.payWay == 2) {
-        const redirect_uri = encodeURIComponent(`${config.webURL}/#/pay/scanpay?cid=${this.cid || ''}&shopId=${this.shopId || ''}&activityQrcodeId=${this.activityQrcodeId || ''}&smoney=${this.smoney || ''}`)
+        const redirect_uri = encodeURIComponent(`${config.webURL}/pay/scanpay?cid=${this.cid || ''}&shopId=${this.shopId || ''}&activityQrcodeId=${this.activityQrcodeId || ''}&smoney=${this.smoney || ''}`)
         uni.clearStorageSync()
         window.location.href =
             `https://open.weixin.qq.com/connect/oauth2/authorize?appid=${config.wx_appid}&redirect_uri=${redirect_uri}&response_type=code&scope=snsapi_userinfo&state=1#wechat_redirect`

--
Gitblit v1.9.1