Browse Source

h5支付操作

tang 3 years ago
parent
commit
60e23da049
1 changed files with 1 additions and 1 deletions
  1. 1 1
      index.html

+ 1 - 1
index.html

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