From 712844618d24083cb66847acbea3ef068fc42a48 Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Tue, 28 Apr 2026 16:11:05 +0800
Subject: [PATCH] UI: 澜品优选优化
---
pages/quanyi/add.vue | 2 +-
pages/quanyi/components/agreement/index.vue | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/pages/quanyi/add.vue b/pages/quanyi/add.vue
index c04f888..e879ff7 100644
--- a/pages/quanyi/add.vue
+++ b/pages/quanyi/add.vue
@@ -1258,7 +1258,7 @@
<addAddress :addressDetail="addressDetail" @off="$refs.address.close()" @submit="e => addressDetail = e"></addAddress>
</uv-popup>
- <!-- <text-box v-if="showTextBox" ref="textBox" :getPlatformProtocolNewList="getPlatformProtocolNewList"></text-box> -->
+ <text-box v-if="showTextBox" ref="textBox" :getPlatformProtocolNewList="getPlatformProtocolNewList"></text-box>
</view>
</template>
diff --git a/pages/quanyi/components/agreement/index.vue b/pages/quanyi/components/agreement/index.vue
index a725501..3ab0523 100644
--- a/pages/quanyi/components/agreement/index.vue
+++ b/pages/quanyi/components/agreement/index.vue
@@ -13,8 +13,8 @@
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) {
--
Gitblit v1.9.3