From eed3624bba6b5cd4855fa5cd644ac3d78933c169 Mon Sep 17 00:00:00 2001 From: huliyong <2783385703@qq.com> Date: Sun, 9 Nov 2025 18:56:25 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E5=92=8C=E8=B0=83=E6=95=B4=E5=BC=80=E5=8F=91?= =?UTF-8?q?=E7=8E=AF=E5=A2=83API=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除myLevel页面的背景色注释 - 更新开发环境API地址为8080端口 - 修正levelInfo组件中的等级要求文案 - 调整myUser页面的样式布局 - 更新bindUser页面的背景图引用 --- otherPages/workbenchManage/bindUser/index.vue | 7 ++--- .../myLevel/commponents/levelInfo.vue | 2 +- .../workbenchManage/myLevel/commponents/myData.vue | 6 +++-- otherPages/workbenchManage/myLevel/index.scss | 2 +- otherPages/workbenchManage/myUser/index.vue | 30 ++++++++++++---------- utils/getUrl.js | 2 +- 6 files changed, 28 insertions(+), 21 deletions(-) diff --git a/otherPages/workbenchManage/bindUser/index.vue b/otherPages/workbenchManage/bindUser/index.vue index 978bd4c..acc47ce 100644 --- a/otherPages/workbenchManage/bindUser/index.vue +++ b/otherPages/workbenchManage/bindUser/index.vue @@ -73,14 +73,15 @@ - 分享海报邀请 扫码进入猫妈狗爸完成绑定 - + --> + + :style="{'background-image' : `url('${configList.background_popularize_two.paramValueImage}')`}"> 分享链接邀请 复制链接给好友,进入直接绑定 diff --git a/otherPages/workbenchManage/myLevel/commponents/levelInfo.vue b/otherPages/workbenchManage/myLevel/commponents/levelInfo.vue index 71f7871..3069fb5 100644 --- a/otherPages/workbenchManage/myLevel/commponents/levelInfo.vue +++ b/otherPages/workbenchManage/myLevel/commponents/levelInfo.vue @@ -52,7 +52,7 @@ return props.dataInfo.level_list }) - const cardName = ref("距离下一等级要求") + const cardName = ref("距离该等级要求") const baseList = ref([ // { // title: '仍需至少注册', diff --git a/otherPages/workbenchManage/myLevel/commponents/myData.vue b/otherPages/workbenchManage/myLevel/commponents/myData.vue index 3c47f51..a4e3867 100644 --- a/otherPages/workbenchManage/myLevel/commponents/myData.vue +++ b/otherPages/workbenchManage/myLevel/commponents/myData.vue @@ -14,8 +14,10 @@ - - + - + + + + diff --git a/utils/getUrl.js b/utils/getUrl.js index 6803389..0d226f3 100644 --- a/utils/getUrl.js +++ b/utils/getUrl.js @@ -3,7 +3,7 @@ const accountInfo = wx.getAccountInfoSync(); // current = accountInfo.miniProgram.envVersion; const api = { - develop:"http://127.0.0.1:8002", + develop:"http://127.0.0.1:8080", // develop:"http://h5.xzaiyp.top", // develop:"https://api.catmdogd.com/prod-api", trial:"https://pet-admin.hhlm1688.com/api",