注册页面代码(captchaId填写你的极验验证ID)该代码只针对于注册短信接口(复制该代码放在注册页面即可) 快云模板注册页面代码(复制替换即可){include file="includes/login_head"} {if $SuccessMsg} {include file="error/notifications" value="$SuccessMsg" url="/login"} {/if} {if $Register.allow_register_phone} {$Lang.mobile_registration} {/if} {if $Register.allow_register_email} {$Lang.email_registration} {/if} {$Lang.there_already_account} {$Lang.sign_in} {if $Register.allow_register_email} {$Lang.mailbox} {$Lang.please_input_email} {if $Verify.allow_register_email_captcha==1} {include file="includes/verify" type="allow_register_email_captcha" positon="top"} {/if} {if $Register.allow_email_register_code==1} {$Lang.verification_code} {$Lang.get_code} {/if} {$Lang.password} {$Lang.confirm_password} {foreach $Register.login_register_custom_require as $custom} {$Register[login_register_custom_require_list][$custom.name]} {/foreach} {foreach $Register.fields as $k => $list} {$list.fieldname} {if $list.fieldtype == 'dropdown'} {foreach $list.dropdown_option as $key => $val} {$val} {/foreach} {elseif $list.fieldtype == 'password'} {elseif $list.fieldtype == 'text' || $list.fieldtype == 'link'} {elseif $list.fieldtype == 'tickbox'} {$list.fieldname} {elseif $list.fieldtype == 'textarea'} {if(isset($_fields[$list['id']]))} {$_fields[$list['id']]} {/if} {/if} {/foreach} {if $setsaler == '2'} {$Lang.sales_representative} {$Lang.nothing} {foreach $saler as $list} {$list.user_nickname} {/foreach} {/if} {$Lang.register} {/if} {if $Register.allow_register_phone} {$Lang.phone_number} {if $Register.allow_login_register_sms_global==1} 选择国家代码 {foreach $SmsCountry as $list} {$list.link} {/foreach} {/if} {if $Verify.allow_register_phone_captcha==1} {include file="includes/verify" type="allow_register_phone_captcha" positon="top"} {/if} {$Lang.verification_code} {$Lang.get_code} {$Lang.password} {$Lang.confirm_password} {foreach $Register.login_register_custom_require as $custom} {$Register[login_register_custom_require_list][$custom.name]} {/foreach} {foreach $Register.fields as $k => $list} {$list.fieldname} {if $list.fieldtype == 'dropdown'} {foreach $list.dropdown_option as $key => $val} {$val} {/foreach} {elseif $list.fieldtype == 'password'} {elseif $list.fieldtype == 'text' || $list.fieldtype == 'link'} {elseif $list.fieldtype == 'tickbox'} {$list.fieldname} {elseif $list.fieldtype == 'textarea'} {if(isset($_fields[$list['id']]))} {$_fields[$list['id']]} {/if} {/if} {/foreach} {if $setsaler == '2'} {$Lang.sales_representative} {$Lang.nothing} {foreach $saler as $list} {$list.user_nickname} {/foreach} {/if} {$Lang.register} {/if} {$Lang.have_read_agree} {$Lang.terms_service} {$Lang.ands} {$Lang.privacy_policy}