TM
2020-12-16 916ba7dbd9b28f126b37f4db815a91f38aac4dbb
修改电话号码
2 files modified
4 ■■■■ changed files
app.js 2 ●●● patch | view | raw | blame | history
pages/index/index.axml 2 ●●● patch | view | raw | blame | history
app.js
@@ -9,7 +9,7 @@
    defaultColor:"#8C48FF",//主题色
    gradientColor: 'linear-gradient(90deg, #9C33FF, #8C4EF5)',
    logoSrc:"",//logo地址
    servicePhone:"123456789123"//客服电话
    servicePhone:"02864063350"//客服电话
  },//用户配置样式
  userInfo:{},//获取到的用户信息
  userId:"",//获取到的user_id
pages/index/index.axml
@@ -8,7 +8,7 @@
    <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>