From a607077e83562b37f671286b4595c26fb51e1b40 Mon Sep 17 00:00:00 2001
From: TM <923727421@qq.com>
Date: Wed, 16 Dec 2020 10:54:54 +0800
Subject: [PATCH] 修改按钮文字
---
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