From 1b5c99e1a34a083df380c4beb52964bcf06b59de Mon Sep 17 00:00:00 2001
From: 石广澎 <shiguangpeng@163.com>
Date: 星期四, 05 九月 2024 10:40:19 +0800
Subject: [PATCH] feat(支付): 修改提示语

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

diff --git a/pay/scanpay.vue b/pay/scanpay.vue
index 5b64e21..bcc045f 100644
--- a/pay/scanpay.vue
+++ b/pay/scanpay.vue
@@ -44,11 +44,9 @@
                   color: #1E8BE0
                 }
               </style>
-              <div>
-                <span class="txt">寰俊鎼滅储鎴栫洿鎺ョ偣鍑绘墦寮�</span>
-                <span class="btn">銆愬唨浼橀偖銆�</span>
-                <span class="txt">灏忕▼搴忥紝浜彈鏇村浼樻儬</span>
-              </div>
+              <span class="txt">寰俊鎼滅储鎴栫偣鍑绘墦寮�</span>
+              <span class="btn">銆愬唨浼橀偖銆�</span>
+              <span class="txt">灏忕▼搴忥紝浜洿澶氫紭鎯狅紒</span>
             </script>
           </wx-open-launch-weapp>
         </view>
@@ -312,7 +310,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