jufubao-base 1.0.190 → 1.0.191

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.
@@ -37,7 +37,7 @@ export default {
37
37
  ele: 'xd-radio',
38
38
  valueKey: 'is_show_product',
39
39
  groupKey:'content',
40
- value:data['is_show_product']|| '',
40
+ value:data['is_show_product'] || 'Y',
41
41
  placeholder: '请选择',
42
42
  list: [
43
43
  {"label": "是", "value": "Y"},
@@ -167,7 +167,6 @@
167
167
  ],
168
168
  data() {
169
169
  return {
170
- // hideMask: true,
171
170
  menuType: "card", // card, coupon
172
171
  loadingList: true,
173
172
  cardList: [],
@@ -14,12 +14,15 @@ export default {
14
14
  groupKey:'content',
15
15
  value: data['newLabel'] || null,
16
16
  defaultValue: data['newLabel'],
17
+ setting: {
18
+ isNeedSwitch: false,
19
+ },
17
20
  list: [
18
21
  {
19
22
  icon: "iconpiao",
20
23
  label: "票券",
21
24
  value: 'card',
22
- sort: 1
25
+ sort: 1,
23
26
  },
24
27
  {
25
28
  icon: "iconyuanbao",