{template 'common/header'}
基础设置
{php echo tpl_form_field_image('face[avatar]',$settings['face']['avatar']?$settings['face']['avatar']:'../addons/junsion_winaward_plugin_wap/public/img/avatar.png')}
手机登录不存在头像,所以设置默认头像;像素65*65
登录界面设置
{php echo tpl_form_field_image('face[bg]',$settings['face']['bg']?$settings['face']['bg']:'../addons/junsion_winaward_plugin_wap/public/img/bg.png')}
375*667
{php echo tpl_form_field_image('face[logo]',$settings['face']['logo']?$settings['face']['logo']:'../addons/junsion_winaward_plugin_wap/public/img/logo.jpg')}
100*100
{php echo tpl_form_field_image('face[tel]',$settings['face']['tel']?$settings['face']['tel']:'../addons/junsion_winaward_plugin_wap/public/img/tel.png')}
50*50
{php echo tpl_form_field_image('face[account]',$settings['face']['account']?$settings['face']['account']:'../addons/junsion_winaward_plugin_wap/public/img/account.png')}
50*50
{php echo tpl_form_field_image('face[psd]',$settings['face']['psd']?$settings['face']['psd']:'../addons/junsion_winaward_plugin_wap/public/img/psd.png')}
50*50
手机登录短信设置
0代表无限
0代表无限
阿里云短信设置(短信平台使用阿里云短信https://dysms.console.aliyun.com/dysms.htm#/overview)
模板例如:验证码${code},您正在参加XXX活动活动,请确认系本人申请。
${code}该字段必须出现在短信模板中,其他随意自定义;验证码有效时间5分钟
短信宝设置(短信平台使用短信宝http://www.smsbao.com/)
内容例如:【xx技术支持】你的验证码是#code#,您正在参加XXX活动活动,请确认系本人申请。
#code#是验证码内容的占位符
聚合短信设置(短信平台使用聚合短信https://www.juhe.cn/docs/api/id/54)
#code#是验证码内容的占位符
用户协议
{php echo tpl_ueditor('agreement',$settings['agreement'], array('height'=>360));}