From 0ab61be24be67d144cbccbd099b72335d7b4ed3b Mon Sep 17 00:00:00 2001 From: lzx_win <2602107437@qq.com> Date: Thu, 25 Sep 2025 16:14:12 +0800 Subject: [PATCH] =?UTF-8?q?fix(workbenchManage):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E6=8E=A8=E5=B9=BF=E6=94=BB=E7=95=A5=E5=92=8C=E6=95=99=E7=A8=8B?= =?UTF-8?q?=E7=82=B9=E5=87=BB=E4=BA=8B=E4=BB=B6=E5=8F=8A=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更新点击事件绑定的配置项名称,并使用configList中的paramValue和paramValueText动态显示内容,提高代码可维护性 --- otherPages/workbenchManage/bindUser/index.vue | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/otherPages/workbenchManage/bindUser/index.vue b/otherPages/workbenchManage/bindUser/index.vue index f471cbf..978bd4c 100644 --- a/otherPages/workbenchManage/bindUser/index.vue +++ b/otherPages/workbenchManage/bindUser/index.vue @@ -31,24 +31,26 @@ + @click="configPopupRef.open('icon_popularize_strategy')"> - 推广攻略 + + {{ configList.icon_popularize_strategy.paramValue }} - 快速定位宠友群体 + {{ configList.icon_popularize_strategy.paramValueText }} + @click="configPopupRef.open('icon_popularize_tutorial')"> - 推广教程 + + {{ configList.icon_popularize_tutorial.paramValue }} - 推广问题一目了然 + {{ configList.icon_popularize_tutorial.paramValueText }}