hook mod='certify'|诚信认证项目钩子
标签名称:hook mod='certify'
功能说明:诚信认证项目钩子
适用范围:全局
调用语法:<!--{hook mod='certify' type='select/text' value='' name='' text=''}-->
标签参数:
参数名 | 数据类型 | 是否必须 | 描述 |
mod | string | Yes | certify |
type | string | Yes | select-下拉选框,text-文本 |
value | string | Yes/No | 当前值 |
name | string | No | select选项名称 |
text | string | No | 提示文字 type='select'下有效 |
标签实例:
下拉选框:
<!--{hook mod='certify' type='select' name='a' text='=请选择='}-->
text文本显示:
<!--{hook mod='certify' type='text' value=$certifyvalue}-->
$certifyvalue为当前值变量;