From 75a0cc368608bfe8cd2102a3d24f7c4995030953 Mon Sep 17 00:00:00 2001
From: 石广澎 <shiguangpeng@163.com>
Date: 星期三, 28 八月 2024 20:23:56 +0800
Subject: [PATCH] feat(支付): 1

---
 common/util.js |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/common/util.js b/common/util.js
index f345d22..f4784b7 100644
--- a/common/util.js
+++ b/common/util.js
@@ -836,6 +836,10 @@
     if (ua.match(/AlipayClient/i) == 'alipayclient') {
         return 5;
     }
+    //鍒ゆ柇鏄笉鏄簯闂粯
+    if (ua.indexOf('unionpay/1.0') !== -1) {
+        return 15;
+    }
     // #endif
     // #ifdef MP-WEIXIN
     return 2;

--
Gitblit v1.9.1