From 1ffbfeb03aa3faf8ff7a0fe1feff110e0d74f581 Mon Sep 17 00:00:00 2001 From: huliyong <2783385703@qq.com> Date: Mon, 1 Sep 2025 10:45:52 +0800 Subject: [PATCH] =?UTF-8?q?refactor(workbench):=20=E7=BB=9F=E4=B8=80?= =?UTF-8?q?=E5=88=86=E6=88=90=E6=AF=94=E4=BE=8B=E6=98=BE=E7=A4=BA=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E5=B9=B6=E4=BC=98=E5=8C=96=E5=9B=BE=E7=89=87=E7=BB=84?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在多个页面中统一分成比例的显示样式,移除冗余文本 - 将up-image组件替换为原生image组件并添加样式 - 添加条件渲染和透明背景以优化显示效果 --- otherPages/workbenchManage/bindUser/index.vue | 10 ++++++---- otherPages/workbenchManage/myUser/index.vue | 26 +++++++++++++++++--------- otherPages/workbenchManage/myWallet/index.vue | 11 ++++++++++- pages/workbenchManage/index.vue | 14 +++++++++----- 4 files changed, 42 insertions(+), 19 deletions(-) diff --git a/otherPages/workbenchManage/bindUser/index.vue b/otherPages/workbenchManage/bindUser/index.vue index 8ea785d..5b10400 100644 --- a/otherPages/workbenchManage/bindUser/index.vue +++ b/otherPages/workbenchManage/bindUser/index.vue @@ -18,11 +18,13 @@ {{ baseInfo.partner_level }} - 当前分成比例: - {{baseInfo.partner_new_num}} + + 当前分成比例{{baseInfo.partner_new_num}} - 晋级后分成比例: - {{baseInfo.partner_upgrade_num}} + + 晋级后分成比例{{baseInfo.partner_upgrade_num}} diff --git a/otherPages/workbenchManage/myUser/index.vue b/otherPages/workbenchManage/myUser/index.vue index dc6746f..289be34 100644 --- a/otherPages/workbenchManage/myUser/index.vue +++ b/otherPages/workbenchManage/myUser/index.vue @@ -1,8 +1,9 @@