jufubao-base 1.0.296 → 1.0.297-beta1

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": "jufubao-base",
3
- "version": "1.0.296",
3
+ "version": "1.0.297-beta1",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件基础插件包",
6
6
  "main": "index.js",
@@ -491,6 +491,11 @@
491
491
  //登录成功调整地址优先级
492
492
  this.inCallback = inCallback || this.allEntryPath || this.settings.index;
493
493
 
494
+ //检查是否为小程序环境
495
+ //#ifdef H5
496
+ if(this.jfbAuthorize.checkIsH5ToMpEnv(this, this.inCallback ,'card')) return;
497
+ // #endif
498
+
494
499
  this.getCardList();
495
500
  },
496
501
  /**