tang 3 anni fa
parent
commit
4f7637f8aa
2 ha cambiato i file con 2 aggiunte e 3 eliminazioni
  1. 1 1
      Paytocomplete.html
  2. 1 2
      index.html

+ 1 - 1
Paytocomplete.html

@@ -106,7 +106,7 @@
106 106
         // var UA=navigator.userAgent.toUpperCase();
107 107
         //判断是不是微信
108 108
         if (ua.match(/MicroMessenger/i) == "micromessenger") {
109
-
109
+            
110 110
         }
111 111
         //判断是不是支付宝
112 112
         if (ua.match(/AlipayClient/i) == "alipayclient") {

+ 1 - 2
index.html

@@ -171,7 +171,7 @@
171 171
             margin: 0.12rem 0 0 0.41rem;
172 172
             height: 1.19rem;
173 173
             display: flex;
174
-            align-items: center;
174
+            line-height: 1.19rem;
175 175
         }
176 176
 
177 177
         .pay_input-top-manei span {
@@ -478,7 +478,6 @@
478 478
             wx.error(function (res) {
479 479
                 console.log('res', res);
480 480
             });
481
-
482 481
         }
483 482
         //支付宝支付
484 483
         function paymentByAlipay(data) {