jufubao-base 1.0.232-beta1 → 1.0.232-beta2

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.232-beta1",
3
+ "version": "1.0.232-beta2",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件基础插件包",
6
6
  "main": "index.js",
@@ -140,7 +140,7 @@ export default {
140
140
  data() {
141
141
  return {
142
142
  notice: "",
143
- card_number: "101001000005238",
143
+ card_number: "",
144
144
  backgroundColor: "",
145
145
  packageList: null,
146
146
  activeIndex: 0,
@@ -278,7 +278,7 @@ export default {
278
278
  init(container) {
279
279
  this.payPath = getContainerPropsValue(container, "content.payPath", {value: "",}).value;
280
280
  this.successPath = getContainerPropsValue(container, "content.successPath", {value: "",}).value;
281
- this.cardShow = getContainerPropsValue(container, 'content.cardShow', 'Y');
281
+ this.cardShow = getContainerPropsValue(container, 'content.cardShow', 'N');
282
282
  },
283
283
  },
284
284
  };