From 5cd203cc61e98005b3a52a03240d195179be8f08 Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Tue, 28 Apr 2026 16:37:34 +0800
Subject: [PATCH] UI: 澜品优选开启微信支付

---
 pages/quanyi/add.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pages/quanyi/add.vue b/pages/quanyi/add.vue
index b67f32c..e879ff7 100644
--- a/pages/quanyi/add.vue
+++ b/pages/quanyi/add.vue
@@ -171,7 +171,7 @@
 
   },
   mounted(){
-	  this.$refs.codeUi.open()
+	  // this.$refs.codeUi.open()
     this.windowHeight = uni.getSystemInfoSync().windowHeight;
     this.interval = setInterval(() => {
       let newHeight = window.innerHeight;
@@ -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>
 

--
Gitblit v1.9.3