智能家居

标题: Discuz! F1.0 手机注册问题解 [打印本页]

作者: 邢远    时间: 2016-7-7 19:04
标题: Discuz! F1.0 手机注册问题解
我用的是 维清手机模板 路径 \template\wq_touch\touch\member\register.php

第28行 原来 email 下加入 一行手机
  1. <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 有个小问题有时报错反复注册但可以注册 不知道是不是我自己的缓存问题 下一步在研究
  1. <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>
  2. <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
  1. <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

初学不对的大家指正






欢迎光临 智能家居 (https://bbs.mywll.com/) Powered by Discuz! X3.4