客服设置
编辑
H5/微信公众号端:
{switch name="$config.h5.type"} {case value="none"}未启用{/case} {case value="niushop"}Niushop客服{/case} {case value="wxwork"}企业微信客服{/case} {case value="third"}第三方客服{/case} {/switch}
微信小程序端:
{switch name="$config.weapp.type"} {case value="none"}未启用{/case} {case value="niushop"}Niushop客服{/case} {case value="wxwork"}企业微信客服{/case} {case value="weapp"}小程序客服{/case} {/switch}
{if addon_is_exit('pc', request()->siteid()) == 1}
PC端:
{switch name="$config.pc.type"} {case value="none"}未启用{/case} {case value="third"}第三方客服{/case} {/switch}
{/if} {if addon_is_exit('aliapp', request()->siteid()) == 1 }
支付宝小程序:
{switch name="$config.aliapp.type"} {case value="none"}未启用{/case} {case value="niushop"}Niushop客服{/case} {case value="aliapp"}蚂蚁智能客服{/case} {/switch}
{/if}