jufubao-base 1.0.186-beta3 → 1.0.186

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