msb_prod
ch 3 years ago
parent a159b1168a
commit 952569d12a

@ -2,7 +2,7 @@
* @Author: ch
* @Date: 2022-07-08 11:46:30
* @LastEditors: ch
* @LastEditTime: 2022-07-12 15:20:50
* @LastEditTime: 2022-07-12 15:25:40
* @Description: file content
-->
<template>
@ -47,7 +47,8 @@ const ENV = process.env;
value : 'wxpay'
}
];
if(!WeixinJSBridge){
const ua = navigator ? navigator.userAgent.toLowerCase() : '';
if(!ua.includes('micromessenger')){
data.push({
label : '支付宝支付',
icon : require('@/static/ali.png'),

Loading…
Cancel
Save