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

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

diff --git a/pay/index.vue b/pay/index.vue
index f8c0935..0b2d5a5 100644
--- a/pay/index.vue
+++ b/pay/index.vue
@@ -19,7 +19,7 @@
       this.opt = opt
 		},
     onShow() {
-      let redirect_uri = `${config.webURL}/#/pay/scanpay?cid=${this.opt.cid||''}&shopId=${this.opt.shopId||''}&activityQrcodeId=${this.opt.activityQrcodeId||''}&smoney=${this.opt.smoney||''}`
+      let redirect_uri = `${config.webURL}/pay/scanpay?cid=${this.opt.cid||''}&shopId=${this.opt.shopId||''}&activityQrcodeId=${this.opt.activityQrcodeId||''}&smoney=${this.opt.smoney||''}`
       if(this.platform==2&&uni.getStorageSync('OPENID')){
         window.location.href = redirect_uri
         return

--
Gitblit v1.9.1