| | |
| | | defaultColor:"#8C48FF",//主题色 |
| | | gradientColor: 'linear-gradient(90deg, #9C33FF, #8C4EF5)', |
| | | logoSrc:"",//logo地址 |
| | | servicePhone:"123456789123"//客服电话 |
| | | servicePhone:"02864063350"//客服电话 |
| | | },//用户配置样式 |
| | | userInfo:{},//获取到的用户信息 |
| | | userId:"",//获取到的user_id |
| | |
| | | <input-item type="number" onInput="setUserNo" value="{{userNo}}" labelCls="phone-label" className="phone-ipt" maxlength="11" placeholder="请输入手机号" clear="{{false}}"> |
| | | </input-item> |
| | | <view style="padding-bottom:10px;"></view> |
| | | <input-item a:if="{{!showCode}}" onInput="setPassword" value="{{password}}" type="text" labelCls="password-label" className="password-ipt" maxlength="12" password="{{true}}" placeholder="请输入密码" clear="{{false}}"> |
| | | <input-item a:if="{{!showCode}}" onInput="setPassword" value="{{password}}" type="text" labelCls="password-label" className="password-ipt" maxlength="20" password="{{true}}" placeholder="请输入密码" clear="{{false}}"> |
| | | </input-item> |
| | | <verify-code a:if="{{showCode && userNo && userNo.length == 11}}" label="{{''}}" inputCls="code-ipt" labelCls="code-label" maxlength="4" countDown="{{60}}" clear="{{false}}" initActive="{{false}}" onSend="onSend" onInput="inputVerCode" value="{{verCode}}"> |
| | | </verify-code> |