From bb4196b029c65beb5b7ea686fc80ef8e622ae27c Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Tue, 28 Apr 2026 18:03:54 +0800
Subject: [PATCH] UI: 小猪优选
---
pages/quanyi/add.vue | 2 +-
pages/quanyi/components/agreement/index.vue | 4 ++++
2 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/pages/quanyi/add.vue b/pages/quanyi/add.vue
index cea577a..503be24 100644
--- a/pages/quanyi/add.vue
+++ b/pages/quanyi/add.vue
@@ -1211,7 +1211,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 10a5c03..b73f7c5 100644
--- a/pages/quanyi/components/agreement/index.vue
+++ b/pages/quanyi/components/agreement/index.vue
@@ -11,6 +11,10 @@
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);
--
Gitblit v1.9.3