jufubao-movie 1.0.71-beta1 → 1.0.71-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-movie",
3
- "version": "1.0.71-beta1",
3
+ "version": "1.0.71-beta2",
4
4
  "private": false,
5
5
  "description": "聚福宝在线选座业务组件插件包",
6
6
  "main": "index.js",
@@ -164,7 +164,7 @@ export default (data, gValue, gColor, oldData = {}) => {
164
164
  label: '快捷入口',
165
165
  ele: 'xd-cus-switch',
166
166
  valueKey: 'fastEntryStatus',
167
- value: dataVal({ data, key: 'fastEntryStatus', dValue: "N", gValue }),
167
+ value: dataVal({ data, key: 'fastEntryStatus', dValue: "Y", gValue }),
168
168
  className: 'input100',
169
169
  groupKey: 'content',
170
170
  labelInline: true,
@@ -192,8 +192,8 @@ export default (data, gValue, gColor, oldData = {}) => {
192
192
  { value: 'jhd', label: '聚好兑', input: '', def: '聚好兑', check: checkJHD, placeholder: '服务类型为支持核销时使用' },
193
193
  { value: 'wb', label: '扫一扫', input: '', def: '扫一扫', check: checkWB, placeholder: '服务类型为支持核销时使用' },
194
194
  { value: 'qp', label: '快捷码', input: '', def: '去提货', check: checkQP, placeholder: '服务类型为支持核销时使用' },
195
- { value: 'seat', label: '在线选座', input: '', def: '去订票', check: false, placeholder: '去订票' },
196
- { value: 'code', label: '电子码', input: '', def: '电子码', check: false, placeholder: '电子码' },
195
+ { value: 'seat', label: '在线选座', input: '', def: '去订票', check: true, placeholder: '去订票' },
196
+ { value: 'code', label: '电子码', input: '', def: '电子码', check: true, placeholder: '电子码' },
197
197
  ])
198
198
  },
199
199
  rules: [{