From bc67eb7b9a46c3abedbde46c4989894e9712e99f Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Thu, 21 May 2026 10:03:24 +0800
Subject: [PATCH] UI:小猪优选IOS立即更新隐藏及收藏购物车顶部样式优化

---
 pages/quanyi/components/agreement/index.vue |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/pages/quanyi/components/agreement/index.vue b/pages/quanyi/components/agreement/index.vue
index 03a5fb8..b73f7c5 100644
--- a/pages/quanyi/components/agreement/index.vue
+++ b/pages/quanyi/components/agreement/index.vue
@@ -5,13 +5,16 @@
   data() {
     return {
       list: [],
-      $webHost:'https://rbb98765.zrgy-bbg.com',
     }
   },
   created() {
     const _this = this;
     uni.request( {
       url: _this.$webHost + "/api/v2/renpin/H5/getPlatformProtocolNew",
+      data: {
+        customerId: uni.getStorageSync('ygxLogin').customerId,
+        appId: uni.getStorageSync('ygxLogin').appId
+      },
       method: 'GET',
       success(res) {
         console.log(res.data.data);
@@ -42,12 +45,12 @@
             zIndex="3">
     <uv-cell-group>
       <view class="popup-title">
-        <view style="margin: auto;text-align: center;padding: 20rpx;">请阅读以下协议</view>
+        <view>请阅读以下协议</view>
       </view>
       <view class="setting-list-item">
         <view
             class="setting-text"
-            style="font-size: 32rpx; font-weight: bold; justify-content: left;padding-left: 30rpx;"
+            style="font-size: 32rpx; font-weight: bold; justify-content: left"
         >平台服务协议</view
         >
       </view>
@@ -73,10 +76,7 @@
   display: flex;
   flex-direction: row;
   justify-content: center;
-
-  margin: auto;
   margin-top: 38rpx;
-  text-align: center;
 }
 .setting-list-item {
   display: flex;

--
Gitblit v1.9.3