From 2ae000ce6b93f120476b5819b143408a44c235e4 Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Mon, 27 Apr 2026 14:42:20 +0800
Subject: [PATCH] fix: 小猪优选问题修复
---
pages/my/my.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/pages/my/my.vue b/pages/my/my.vue
index 4c832ef..0a803d9 100644
--- a/pages/my/my.vue
+++ b/pages/my/my.vue
@@ -140,7 +140,7 @@
const _this = this;
if(_this.$util.getUserInfo()?.phone){
uni.request({
- url: _this.$webHost+'/api/v2/auth/qxgIosUnionLogin?phone='+_this.$util.getUserInfo().phone,
+ url: _this.$webHost+'/api/v2/auth/iosShopUnionLogin?phone=' + _this.$util.getUserInfo().phone+'&configureToDomain=6',
data:{
customerId: uni.getStorageSync('ygxLogin').customerId,
appId: uni.getStorageSync('ygxLogin').appId
--
Gitblit v1.9.3