From b2fb58e46ab889b3530127c45d180f71cc53e9c8 Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Thu, 07 May 2026 16:14:56 +0800
Subject: [PATCH] feat:澜品优选开启微信支付隐藏了权益权收入口用于上架vivo和华为

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

diff --git a/pages/quanyi/components/agreement/index.vue b/pages/quanyi/components/agreement/index.vue
index 5e961a3..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;
       }
     })
@@ -56,7 +55,7 @@
         >平台服务协议</view
         >
       </view>
-      <view class="list" style="height: 51vh;overflow: scroll;">
+      <view class="list" style="height: 50vh;overflow: scroll;">
         <view class="li" @click="toProtocol(item)" v-for="(item,index) in list" :key="index" >
 
           <view style="font-size: 30rpx">{{item.name}}</view>

--
Gitblit v1.9.3