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/my/my.vue | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
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,
--
Gitblit v1.9.3