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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gxd-uni-library-editx",
3
- "version": "1.0.85",
3
+ "version": "1.0.86",
4
4
  "private": false,
5
5
  "description": "聚福宝基础插件专用库",
6
6
  "main": "index.js",
@@ -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