Explorar o código

fix-7183(KIP-7183): H5端停车优惠券跳转失败:引入jsdk失败

John-Hong %!s(int64=2) %!d(string=hai) anos
pai
achega
7d5232981a
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  1. 4 1
      public/index.html

+ 4 - 1
public/index.html

@@ -25,7 +25,10 @@
         qaPayment: 'https://qa-payment.kerryonvip.com',
       };
     }
-
+    const userAgent = window.navigator.userAgent.toLowerCase()
+    if(!/miniprogram/g.test(userAgent)) {
+      window.document.title = '临时停车'
+    }
   </script>
   <script>
     // const debug = window.localStorage.getItem('H5_DEBUG');