jufubao-base 1.0.116-beta14 → 1.0.116-beta15

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.116-beta14",
3
+ "version": "1.0.116-beta15",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件基础插件包",
6
6
  "main": "index.js",
@@ -125,7 +125,9 @@
125
125
  is_entity_card_invalid: flag ? "Y" : "N"
126
126
  }
127
127
  }).then(res => {
128
-
128
+ this.cardChecked = flag;
129
+ }).catch(err => {
130
+ this.cardChecked = !flag;
129
131
  })
130
132
  },
131
133
  p_getUserInfo(){
@@ -342,6 +342,7 @@ import XdSuccess from "@/components/XdSuccess/XdSuccess";
342
342
  import { getContainerPropsValue } from "@/utils/xd.base";
343
343
  import XdContentXss from "@/components/XdContentXss/XdContentXss";
344
344
  import StyleForm from "@/utils/StyleForm";
345
+ import getServiceUrl from "@/common/getServiceUrl";
345
346
  import { Base64 } from "js-base64";
346
347
  import { getNoUrl } from "@/utils/nourl";
347
348
  import { mapState } from "vuex";