我用的是 维清手机模板 路径 \template\wq_touch\touch\member\register.php
第28行 原来 email 下加入 一行手机
- <li class="b_all"><input type="email" tabindex="4" class="px p_fre" size="30" autocomplete="off" value="" name="{$_G['setting']['reginput']['email']}" placeholder="{lang registeremail}" fwin="login"></li>
复制代码 更改为 测试注册ok 有个小问题有时报错反复注册但可以注册 不知道是不是我自己的缓存问题 下一步在研究
- <li class="b_all"><input type="email" tabindex="4" class="px p_fre" size="30" autocomplete="off" value="" name="{$_G['setting']['reginput']['email']}" placeholder="{lang registeremail}" fwin="login"></li>
- <li class="b_all"><input type="sms" tabindex="5" class="px p_fre" size="30" autocomplete="off" value="" name="{$this->setting['reginput']['sms']}" placeholder="{lang register_sms_tips}" fwin="login"></li>
复制代码 第17行 如果你是默认模板 \template\default\mobile\member\register.htm
- <label><strong>{lang email}*</strong><input type="text" name="{$_G['setting']['reginput']['email']}" autocomplete="off" size="25" id="email" class="txt" /> </label>
复制代码 根据上面修改的参考吧 加一行手机就好 我没有测试
我的网址 http://www.mywll.com/ APP里面调用的注册页面 也是一样的 http://www.mywll.com/plugin.php?id=appbyme_app:download
初学不对的大家指正 |