From e649747b2c454f0d2cb18edc9c8e1b41363e0d65 Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Mon, 27 Apr 2026 15:26:58 +0800
Subject: [PATCH] fix: 澜品优选iosShopUnionLogin接口对接
---
pages/quanyi/add.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/pages/quanyi/add.vue b/pages/quanyi/add.vue
index b67f32c..c04f888 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;
--
Gitblit v1.9.3