tangning 2 years ago
parent
commit
c614320301
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/mobile/index.vue

+ 1 - 0
src/views/mobile/index.vue

@@ -22,6 +22,7 @@ var browser = navigator.userAgent.toLowerCase();
   if(browser.match(/Alipay/i)=="alipay"){
     console.log("支付宝app的浏览器");
     is_zfb.value = true
+    payType.value = '4'
   }else if(browser.match(/MicroMessenger/i)=="micromessenger"){
     console.log("微信app的浏览器");
     is_weixn.value = true