gxd-uni-library-editx 1.0.85 → 1.0.86
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/utils/xd.base.js +2 -2
package/package.json
CHANGED
package/src/utils/xd.base.js
CHANGED
|
@@ -737,8 +737,8 @@ export function isThirdLogin(){
|
|
|
737
737
|
//#ifdef H5
|
|
738
738
|
const ua = navigator.userAgent
|
|
739
739
|
return {
|
|
740
|
-
isThird: /^.+(fullversion|elife).+$/i.test(ua),
|
|
741
|
-
isICB:/^.+(fullversion|elife).+$/i.test(ua)
|
|
740
|
+
isThird: /^.+(fullversion|elife|ICBC).+$/i.test(ua),
|
|
741
|
+
isICB:/^.+(fullversion|elife|ICBC).+$/i.test(ua)
|
|
742
742
|
}
|
|
743
743
|
// #endif
|
|
744
744
|
//#ifdef MP-WEIXIN
|