msb_prod
ch 3 years ago
parent a159b1168a
commit 952569d12a

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

Loading…
Cancel
Save