瀏覽代碼

h5支付操作

tang 3 年之前
父節點
當前提交
ce26daa87c
共有 1 個文件被更改,包括 1 次插入1 次删除
  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="请输入金额" focus="true" maxLength="8"
257
+                    <input type="text" id="textInput" placeholder="请输入金额" autofocus="autofocus" maxLength="8"
258 258
                         onkeyup="value=value.replace(/[^\d^\.]+/g,'')" oninput="myFunction()">
259 259
                 </div>
260 260
             </div>