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
|
@@ -140,7 +140,7 @@ export default {
|
|
|
140
140
|
data() {
|
|
141
141
|
return {
|
|
142
142
|
notice: "",
|
|
143
|
-
card_number: "
|
|
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', '
|
|
281
|
+
this.cardShow = getContainerPropsValue(container, 'content.cardShow', 'N');
|
|
282
282
|
},
|
|
283
283
|
},
|
|
284
284
|
};
|