From b84ada7039a9bcedc1b161c57ad3903f0811af8f Mon Sep 17 00:00:00 2001 From: ZF sun <34314687@qq.com> Date: Thu, 22 Jan 2026 17:30:44 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=AE=A2=E6=9C=8D=E9=85=8D=E7=BD=AE):=20?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=98=BE=E7=A4=BA=E7=B3=BB=E7=BB=9F=E5=AE=A2?= =?UTF-8?q?=E6=9C=8D=E9=80=89=E9=A1=B9=E5=8F=8A=E6=8E=A7=E5=88=B6=E9=80=BB?= =?UTF-8?q?=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 在客服类型配置页面中新增"同时显示小程序系统客服"复选框选项,并添加相关显示控制逻辑。该选项仅在客服类型为aikefu、wxwork或miniprogram时显示,通过JavaScript动态控制其可见性 --- src/app/shop/view/config/servicer.html | 28 ++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/src/app/shop/view/config/servicer.html b/src/app/shop/view/config/servicer.html index 40cef7b52..65231cbbc 100644 --- a/src/app/shop/view/config/servicer.html +++ b/src/app/shop/view/config/servicer.html @@ -67,6 +67,7 @@ {case value="miniprogram"}第三方微信小程序{/case} {/switch} {if addon_is_exit('aikefu') && $config.weapp.type == 'aikefu'}智能客服{/if} + {if !empty($config.weapp.show_system_service) && $config.weapp.show_system_service == 1 && in_array($config.weapp.type, ['aikefu', 'wxwork', 'miniprogram'])}(同时显示系统客服){/if} {if addon_is_exit('pc', request()->siteid()) == 1} @@ -149,6 +150,12 @@ +