From f68f1975eea1d25e9bccc149e52cd04950cac591 Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Wed, 10 Jun 2026 10:28:49 +0800
Subject: [PATCH] feat:澜品优选 支付宝支付

---
 pages/quanshou/index.vue |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/pages/quanshou/index.vue b/pages/quanshou/index.vue
index 220b126..ec76918 100644
--- a/pages/quanshou/index.vue
+++ b/pages/quanshou/index.vue
@@ -110,13 +110,17 @@
       const _this = this;
       uni.request({
         url: _this.$webHost+'/api/v2/memberEquity/getUrlByShop/'+_this.$util.getUserInfo().phone,
+		data:{
+		  customerId: uni.getStorageSync('ygxLogin').customerId,
+		  appId: uni.getStorageSync('ygxLogin').appId
+		},
         success: function (res) {
           if(res.data.code==200){
             uni.request( {
               url: _this.$webHost+'/api/v2/memberEquity/clickUrlByShop/'+_this.$util.getUserInfo().phone,
             })
             uni.navigateTo( {
-              url: '/pages/users/web_page/index?webUel=' + encodeURIComponent(res.data.data.url)
+              url: '/pages/web/index?webUel=' + encodeURIComponent(res.data.data.url)
             })
           } else {
             _this.tips = res.data.data || res.data.msg;

--
Gitblit v1.9.3