From a9e9233ff88495e022738179fefaea739e145abb Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Thu, 25 Jun 2026 10:43:57 +0800
Subject: [PATCH] UI:澜品优选 我的页面会员权益跳转逻辑调整

---
 pages/quanyi/components/agreement/index.vue |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/pages/quanyi/components/agreement/index.vue b/pages/quanyi/components/agreement/index.vue
index 983838f..3ab0523 100644
--- a/pages/quanyi/components/agreement/index.vue
+++ b/pages/quanyi/components/agreement/index.vue
@@ -13,12 +13,11 @@
     uni.request( {
       url: _this.$webHost + "/api/v2/renpin/H5/getPlatformProtocolNew",
       data: {
-        customerId: uni.getStorageSync('qxgLogin').customerId,
-        appId: uni.getStorageSync('qxgLogin').appId
+        customerId: uni.getStorageSync('ygxLogin').customerId,
+        appId: uni.getStorageSync('ygxLogin').appId
       },
       method: 'GET',
       success(res) {
-        console.log(111,res.data.data);
         _this.list = res.data.data;
       }
     })

--
Gitblit v1.9.3