ソースを参照

h5支付操作

tang 3 年 前
コミット
0602ccf6ee
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1 0
      index.html

+ 1 - 0
index.html

@@ -301,6 +301,7 @@
301 301
         }
302 302
         //判断是不是微信
303 303
         if (ua.match(/MicroMessenger/i) == "micromessenger") {
304
+            $('#textInput').focus();
304 305
             trade_type = "WX"
305 306
             if (userpay.code == "" || userpay.code == null) {
306 307
                 window.location.href = wechatHrefurl;