From 980debbaef7805a5249d42afdb975dcffd64c90f Mon Sep 17 00:00:00 2001
From: anyv <anyu@bronet.cn>
Date: Wed, 3 Jul 2019 16:48:21 +0800
Subject: [PATCH] a

---
 public/themes/simpleboot3/portal/personalcenter/my_wallet.html | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/public/themes/simpleboot3/portal/personalcenter/my_wallet.html b/public/themes/simpleboot3/portal/personalcenter/my_wallet.html
index 4f16dbd..2c1b637 100755
--- a/public/themes/simpleboot3/portal/personalcenter/my_wallet.html
+++ b/public/themes/simpleboot3/portal/personalcenter/my_wallet.html
@@ -57,7 +57,7 @@
         </div>
         <div class="tx_maskCon2">
             <!-- 输入手机号 -->
-            <input  class="tx_maskInput" style="margin-bottom: 0.25rem;" type="text" placeholder="请输入手机号" maxlength="11" id="phone"/>
+            <input  class="tx_maskInput" style="margin-bottom: 0.25rem;" type="number" placeholder="请输入手机号" maxlength="11" id="phone"/>
             <input class="tx_maskInput" style="margin-bottom: 0.25rem;" id="Ver_code" type="text" placeholder="请输入验证码" />
             <input type="button" class="btn" id="code" value="获取验证码" onclick="codeButton()">
             <!-- 确定 -->
@@ -209,12 +209,6 @@
      *手机号验证点击确定时
      */
     function Message_validation(){
-//        function checkPhone() {
-//            if(!(/^1[34578]\d{9}$/.test(phone))) {
-//                alert("手机号码有误,请重填");
-//                return false;
-//            }
-//        }
         yzm = $('#Ver_code').val();
         phone = $('#phone').val();
         if(phone == '' || !(/^1[34578]\d{9}$/.test(phone))){
--
libgit2 0.24.0