From c99c3cb2370da4da3dab95f373e3dbe6d4cbbf4a Mon Sep 17 00:00:00 2001 From: dongjian <315328220@qq.com> Date: Wed, 17 Dec 2025 15:17:01 +0800 Subject: [PATCH] no message --- .../mine_my_team_list/mine_my_team_list.vue | 30 +++++++++++++++++-- utils/config.js | 8 ++--- 2 files changed, 31 insertions(+), 7 deletions(-) diff --git a/pages/mine_package/mine_my_team_list/mine_my_team_list.vue b/pages/mine_package/mine_my_team_list/mine_my_team_list.vue index b476b41..fe6a93e 100644 --- a/pages/mine_package/mine_my_team_list/mine_my_team_list.vue +++ b/pages/mine_package/mine_my_team_list/mine_my_team_list.vue @@ -3,8 +3,17 @@
- - + + + {{curData.teamAmount}} + 邀请订单金额 + + + + {{curData.ztCount}} + 邀请人数 + + @@ -14,7 +23,8 @@ - + + {{item.userName}} ({{item.gradeName}}) @@ -154,6 +164,7 @@ export default { width:88rpx; min-width:88rpx; height:88rpx; + border-radius: 44rpx; display: flex; } } @@ -180,6 +191,19 @@ export default { min-height:16rpx; flex-direction: row; justify-content: space-between; + padding: 52rpx 0; + box-sizing: border-box; + border-radius: 20rpx; + background: linear-gradient( 277deg, #AF39C4 0%, #7732FF 100%); + .top-panel-left{ + flex:1; + height:100%; + display: flex; + flex-direction: column; + justify-content: space-between; + align-items: center; + box-sizing: border-box; + } image{ width:100%; height:100%; diff --git a/utils/config.js b/utils/config.js index b72c9dd..d20d84b 100644 --- a/utils/config.js +++ b/utils/config.js @@ -2,11 +2,11 @@ // export const BASE_URL="http://cl55un59859.vicp.fun:24346"; // 测试环境 -export const BASE_URL = "https://api.tbmall.xin"; //生产 -export const MILD_BASE_URL = "https://agent.tbmall.xin/"; //中台生产 +// export const BASE_URL = "https://api.tbmall.xin"; //生产 +// export const MILD_BASE_URL = "https://agent.tbmall.xin/"; //中台生产 -// export const BASE_URL ='https://api.o.tbmall.xin'; // 本地测试 -// export const MILD_BASE_URL = "https://agent.o.tbmall.xin/"; //中台测试 +export const BASE_URL ='https://api.o.tbmall.xin'; // 本地测试 +export const MILD_BASE_URL = "https://agent.o.tbmall.xin/"; //中台测试 export const SHARE_URL = 'https://h.tbmall.xin';