From e4793c64386ac9313a7471a65dd8605328aa0690 Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Mon, 27 Apr 2026 17:26:46 +0800
Subject: [PATCH] UI: 澜品优选权益+权收背景图

---
 pages/my/my.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/pages/my/my.vue b/pages/my/my.vue
index 6b103d7..ce6de84 100644
--- a/pages/my/my.vue
+++ b/pages/my/my.vue
@@ -158,6 +158,7 @@
 					{index: 6, text: '联系客服'},
 				],
 				errState: '',
+				isShop: false,
 			}
 		},
 		onLoad() {
@@ -168,7 +169,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=10',
 				  data:{
 					customerId: uni.getStorageSync('ygxLogin').customerId,
 					appId: uni.getStorageSync('ygxLogin').appId
@@ -250,7 +251,7 @@
 					sizeType: ['original', 'compressed'],
 					success: (chooseImageRes) => {
 						let tempFilePaths = chooseImageRes.tempFilePaths
-						let token = uni.getStorageSync('lzsc-token')
+						let token = uni.getStorageSync('pig-token')
 						let header = {
 							'Accept': 'application/json',
 							'authorization': token,

--
Gitblit v1.9.3