{include file="public/layout" /}
模板类型
|
签名名称
|
{eq name="$sms_type" value="1"}模板CODE{else /}模板id{/eq}
|
模板内容
|
接收人
|
---|
![]() |
|||||||||||||||||||||||||||||||||||||||||||||||||
{$vo.tpl_title}
|
{php}
$disabled_str = '';
$web_users_switch = !empty($global['web_users_switch']) ? $global['web_users_switch'] : 0;
if ((empty($shop_open) || $php_servicemeal <= 1) && in_array($vo['send_scene'], [5,6])) {
$disabled_str = 'disabled="disabled" title="请开启商城中心"';
} else if (empty($web_users_switch) && in_array($vo['send_scene'], [0,1,4])) {
$disabled_str = 'disabled="disabled" title="请开启会员中心"';
}
{/php}
|
|
{if condition="$vo.send_scene == 11" /}
{else /}
{/if}
|
{if condition="in_array($vo.send_scene,[11, 5, 20])"}
站长
{else /}
用户
{/if}
|