From 27a5cfe7b787675f6ae85c315b1a7cecee54c109 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E6=B3=BD=E7=BE=A4?= <9079645+huang-zequn@user.noreply.gitee.com> Date: Mon, 8 Sep 2025 17:22:44 +0800 Subject: [PATCH 1/3] =?UTF-8?q?feat:=20=E8=B4=AD=E4=B9=B0=E9=87=8F?= =?UTF-8?q?=E6=98=AF=E8=B5=B7=E8=AE=A2=E9=87=8F=E7=9A=84=E5=80=8D=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../other_package/productInfo/productInfo.vue | 2045 ++++++++--------- 1 file changed, 1016 insertions(+), 1029 deletions(-) diff --git a/pages/other_package/productInfo/productInfo.vue b/pages/other_package/productInfo/productInfo.vue index 2548b96..9b3779a 100644 --- a/pages/other_package/productInfo/productInfo.vue +++ b/pages/other_package/productInfo/productInfo.vue @@ -1,1029 +1,1016 @@ - - - - - + + + + + \ No newline at end of file From 2ed344255a7578a8fac17541063c8086bba42954 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=A6=E5=BD=A6=E7=A5=96?= <605893810@qq.com> Date: Mon, 8 Sep 2025 20:23:26 +0800 Subject: [PATCH 2/3] =?UTF-8?q?feat:=20=E5=A4=84=E7=90=86=E5=A4=B4?= =?UTF-8?q?=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/mine/mine.vue | 2 +- .../mine_my_team/mine_my_team.vue | 730 +++++++++--------- 2 files changed, 375 insertions(+), 357 deletions(-) diff --git a/pages/mine/mine.vue b/pages/mine/mine.vue index 01a5c0e..2f01112 100644 --- a/pages/mine/mine.vue +++ b/pages/mine/mine.vue @@ -3,7 +3,7 @@ - + {{ currentUserData.name || '信任桥用户' }} diff --git a/pages/mine_package/mine_my_team/mine_my_team.vue b/pages/mine_package/mine_my_team/mine_my_team.vue index 6405df4..396e990 100644 --- a/pages/mine_package/mine_my_team/mine_my_team.vue +++ b/pages/mine_package/mine_my_team/mine_my_team.vue @@ -3,15 +3,17 @@ - + 我的推广 - + {{ userData.name || '信任桥用户' }} @@ -113,7 +115,8 @@ 提成来源 - + @@ -126,8 +129,8 @@ - + 暂无相关数据 加载中... @@ -187,391 +190,406 @@ + \ No newline at end of file From 4f78b6880beaebe0e5d052c851151848c7f08b8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=A6=E5=BD=A6=E7=A5=96?= <605893810@qq.com> Date: Mon, 8 Sep 2025 22:08:40 +0800 Subject: [PATCH 3/3] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=E5=A4=B4?= =?UTF-8?q?=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/mine/mine.vue | 2 +- pages/mine_package/mine_my_team/mine_my_team.vue | 2 +- utils/config.js | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/mine/mine.vue b/pages/mine/mine.vue index 2f01112..da5cfb3 100644 --- a/pages/mine/mine.vue +++ b/pages/mine/mine.vue @@ -6,7 +6,7 @@ - {{ currentUserData.name || '信任桥用户' }} + {{ currentUserData.nickname || '信任桥用户' }} - {{ userData.name || '信任桥用户' }} + {{ userData.nickname || '信任桥用户' }} {{ userData.gradeName }} ID:{{ userData.id || 0 }} diff --git a/utils/config.js b/utils/config.js index 8417b90..fef948f 100644 --- a/utils/config.js +++ b/utils/config.js @@ -2,8 +2,8 @@ // export const BASE_URL="http://cl55un59859.vicp.fun:24346"; // 测试环境 // export const BASE_URL = "https://api.tbmall.xin"; //生产 -// export const BASE_URL ='http://api.hm.a-d.work:6880/api' // 测试 -export const BASE_URL ='http://api.outer.tbmall.xin:6880' // 测试 +// export const BASE_URL ='http://api.hm.a-d.work:6880' // 测试 +export const BASE_URL ='http://api.outer.tbmall.xin:6880' // 本地测试