Explorar o código

h5支付操作

tang %!s(int64=3) %!d(string=hai) anos
pai
achega
ce26daa87c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      index.html

+ 1 - 1
index.html

@@ -254,7 +254,7 @@
254
                 <div class="pay_input-top-shifu">实付金额</div>
254
                 <div class="pay_input-top-shifu">实付金额</div>
255
                 <div class="pay_input-top-manei">
255
                 <div class="pay_input-top-manei">
256
                     <span>¥</span>
256
                     <span>¥</span>
257
-                    <input type="text" id="textInput" placeholder="请输入金额" focus="true" maxLength="8"
257
+                    <input type="text" id="textInput" placeholder="请输入金额" autofocus="autofocus" maxLength="8"
258
                         onkeyup="value=value.replace(/[^\d^\.]+/g,'')" oninput="myFunction()">
258
                         onkeyup="value=value.replace(/[^\d^\.]+/g,'')" oninput="myFunction()">
259
                 </div>
259
                 </div>
260
             </div>
260
             </div>