From e8b60bc428d93f99f66474f3ef418558facf0a31 Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Tue, 28 Apr 2026 11:49:22 +0800
Subject: [PATCH] UI: 小猪优选

---
 pages/quanyi/add.vue  |   14 +++++++-------
 pages/login/login.vue |    1 +
 pages/my/my.vue       |    1 +
 main.js               |    7 ++++---
 pages/vip/index.vue   |    2 +-
 5 files changed, 14 insertions(+), 11 deletions(-)

diff --git a/main.js b/main.js
index 94b407a..b80747a 100644
--- a/main.js
+++ b/main.js
@@ -8,12 +8,13 @@
 Vue.config.productionTip = false
 App.mpType = 'app'
 
+// Vue.prototype.$webHost = 'https://test-skfq.zrgy-bbg.com'
 Vue.prototype.$webHost = 'https://rbb98765.zrgy-bbg.com'
 Vue.prototype.$util = util
 Vue.prototype.$baseUrl = 'https://qxg1996.lllykj.com'
-if(process.env.NODE_ENV === 'development') {
-	Vue.prototype.$webHost = 'https://test-skfq.zrgy-bbg.com'
-}
+// if(process.env.NODE_ENV === 'development') {
+// 	Vue.prototype.$webHost = 'https://test-skfq.zrgy-bbg.com'
+// }
 Vue.prototype.$bank = [
 	'中国工商银行',
 	'中国建设银行',
diff --git a/pages/login/login.vue b/pages/login/login.vue
index 19b4c8e..4e5240a 100644
--- a/pages/login/login.vue
+++ b/pages/login/login.vue
@@ -181,6 +181,7 @@
 					// configureToDomain: 小猪优选是 融6,则configureToDomain = 6,看商城属于融几,购有趣(融7)等等
 					const ygxRes = await new Promise((resolve, reject) => {
 					  uni.request({
+						// url: t.$webHost + '/api/v2/auth/iosShopUnionLogin?phone=' + t.$util.getUserInfo().phone+'&configureToDomain=6',
 						url: t.$webHost + '/api/v2/auth/iosShopUnionLogin?phone=' + t.$util.getUserInfo().phone+'&configureToDomain=6',
 						success: resolve,
 						fail: reject
diff --git a/pages/my/my.vue b/pages/my/my.vue
index 0a803d9..aadac97 100644
--- a/pages/my/my.vue
+++ b/pages/my/my.vue
@@ -140,6 +140,7 @@
 			  const _this = this;
 			  if(_this.$util.getUserInfo()?.phone){
 				uni.request({
+				  // url: _this.$webHost+'/api/v2/auth/iosShopUnionLogin?phone=' + _this.$util.getUserInfo().phone+'&configureToDomain=6',
 				  url: _this.$webHost+'/api/v2/auth/iosShopUnionLogin?phone=' + _this.$util.getUserInfo().phone+'&configureToDomain=6',
 				  data:{
 					customerId: uni.getStorageSync('ygxLogin').customerId,
diff --git a/pages/quanyi/add.vue b/pages/quanyi/add.vue
index 9fe0cb6..cea577a 100644
--- a/pages/quanyi/add.vue
+++ b/pages/quanyi/add.vue
@@ -172,13 +172,13 @@
   },
   mounted(){
     this.windowHeight = uni.getSystemInfoSync().windowHeight;
-    this.interval = setInterval(() => {
-      let newHeight = window.innerHeight;
-      if (this.windowHeight !== newHeight) {
-        this.windowHeight = newHeight;
-        this.handleResize();
-      }
-    }, 200);
+    // this.interval = setInterval(() => {
+    //   let newHeight = window.innerHeight;
+    //   if (this.windowHeight !== newHeight) {
+    //     this.windowHeight = newHeight;
+    //     this.handleResize();
+    //   }
+    // }, 200);
   },
   methods: {
     kk(){
diff --git a/pages/vip/index.vue b/pages/vip/index.vue
index 10c9e93..75500ba 100644
--- a/pages/vip/index.vue
+++ b/pages/vip/index.vue
@@ -223,7 +223,7 @@
 
 
     </view>
-    <agreement ref="agreement"></agreement>
+    <!-- <agreement ref="agreement"></agreement> -->
   </view>
 </template>
 

--
Gitblit v1.9.3