From 1bb426e06dffd3019bae7ec9ec264e5715f0a8c9 Mon Sep 17 00:00:00 2001
From: TM <923727421@qq.com>
Date: Tue, 15 Dec 2020 20:47:08 +0800
Subject: [PATCH] clear="{{false}}"设置

---
 pages/index/index.axml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pages/index/index.axml b/pages/index/index.axml
index 2616c72..8c3565c 100644
--- a/pages/index/index.axml
+++ b/pages/index/index.axml
@@ -10,7 +10,7 @@
     <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>
-    <verify-code a:if="{{showCode && userNo && userNo.length == 11}}" label="{{''}}" inputCls="code-ipt" labelCls="code-label" maxlength="4" countDown="{{60}}" initActive="{{false}}" onSend="onSend" onInput="inputVerCode" value="{{verCode}}">
+    <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>
   </view>
   <button type="primary" class="login-btn" style="{{background:userStyle.gradientColor}}" onTap="login">登录</button>

--
Gitblit v1.8.0