jufubao-movie 1.0.29 → 1.0.30-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.
Files changed (49) hide show
  1. package/package.json +1 -1
  2. package/src/components/JfbMovieAfterOrder/JfbMovieAfterOrder.vue +4 -3
  3. package/src/components/JfbMovieAfterOrder/JfbMovieAfterOrderLess.less +18 -19
  4. package/src/components/JfbMovieAfterOrderDetail/Attr.js +2 -7
  5. package/src/components/JfbMovieAfterOrderDetail/JfbMovieAfterOrderDetail.vue +4 -3
  6. package/src/components/JfbMovieAfterOrderDetail/JfbMovieAfterOrderDetailLess.less +18 -19
  7. package/src/components/JfbMovieCenter/JfbMovieCenter.vue +4 -3
  8. package/src/components/JfbMovieCenter/JfbMovieCenterLess.less +18 -19
  9. package/src/components/JfbMovieCode/Attr.js +0 -7
  10. package/src/components/JfbMovieCode/JfbMovieCode.vue +7 -6
  11. package/src/components/JfbMovieCode/JfbMovieCodeLess.less +18 -19
  12. package/src/components/JfbMovieCodeChoose/Attr.js +84 -68
  13. package/src/components/JfbMovieCodeChoose/JfbMovieCodeChoose.vue +52 -118
  14. package/src/components/JfbMovieCodeChoose/JfbMovieCodeChooseLess.less +18 -19
  15. package/src/components/JfbMovieConfirm/Attr.js +11 -10
  16. package/src/components/JfbMovieConfirm/JfbMovieConfirm.vue +5 -4
  17. package/src/components/JfbMovieConfirm/JfbMovieConfirmLess.less +18 -19
  18. package/src/components/JfbMovieLineCinema/Attr.js +17 -14
  19. package/src/components/JfbMovieLineCinema/JfbMovieLineCinema.vue +3 -2
  20. package/src/components/JfbMovieLineCinema/JfbMovieLineCinemaLess.less +18 -19
  21. package/src/components/JfbMovieLineCinemaChoose/Attr.js +7 -7
  22. package/src/components/JfbMovieLineCinemaChoose/JfbMovieLineCinemaChoose.vue +3 -2
  23. package/src/components/JfbMovieLineCinemaChoose/JfbMovieLineCinemaChooseLess.less +18 -19
  24. package/src/components/JfbMovieLineFilm/Attr.js +15 -25
  25. package/src/components/JfbMovieLineFilm/JfbMovieLineFilm.vue +3 -2
  26. package/src/components/JfbMovieLineFilm/JfbMovieLineFilmLess.less +18 -19
  27. package/src/components/JfbMovieLineFilmInfo/Attr.js +5 -3
  28. package/src/components/JfbMovieLineFilmInfo/JfbMovieLineFilmInfo.vue +3 -3
  29. package/src/components/JfbMovieLineFilmInfo/JfbMovieLineFilmInfoLess.less +18 -19
  30. package/src/components/JfbMovieLineLineSeat/Attr.js +11 -10
  31. package/src/components/JfbMovieLineLineSeat/JfbMovieLineLineSeat.vue +6 -5
  32. package/src/components/JfbMovieLineLineSeat/JfbMovieLineLineSeatLess.less +18 -19
  33. package/src/components/JfbMovieLineLineSeat/Mock.js +2 -2
  34. package/src/components/JfbMovieLineSchedule/Attr.js +13 -8
  35. package/src/components/JfbMovieLineSchedule/JfbMovieLineSchedule.vue +9 -8
  36. package/src/components/JfbMovieLineSchedule/JfbMovieLineScheduleLess.less +18 -19
  37. package/src/components/JfbMovieOrder/JfbMovieOrder.vue +4 -3
  38. package/src/components/JfbMovieOrder/JfbMovieOrderLess.less +18 -19
  39. package/src/components/JfbMovieOrderDetail/Attr.js +0 -7
  40. package/src/components/JfbMovieOrderDetail/JfbMovieOrderDetail.vue +4 -3
  41. package/src/components/JfbMovieOrderDetail/JfbMovieOrderDetailLess.less +18 -19
  42. package/src/components/JfbMoviePay/Attr.js +4 -7
  43. package/src/components/JfbMoviePay/JfbMoviePay.vue +4 -3
  44. package/src/components/JfbMoviePay/JfbMoviePayLess.less +18 -19
  45. package/src/components/JfbMovieTestApi/Api.js +0 -57
  46. package/src/components/JfbMovieTestApi/Attr.js +0 -45
  47. package/src/components/JfbMovieTestApi/JfbMovieTestApi.vue +0 -77
  48. package/src/components/JfbMovieTestApi/JfbMovieTestApiLess.less +0 -80
  49. package/src/components/JfbMovieTestApi/JfbMovieTestApiMixin.js +0 -30
@@ -87,9 +87,10 @@
87
87
  }
88
88
  },
89
89
  watch: {
90
- container(value) {
91
- this.init(value)
92
- }
90
+ container(value,oldValue) {
91
+ if(JSON.stringify(value) === JSON.stringify(oldValue)) return;
92
+ if (this.$configProject['isPreview']) this.init(value)
93
+ },
93
94
  },
94
95
  created() {
95
96
  this.init(this.container);
@@ -107,7 +108,7 @@
107
108
  this.scheduleId = "X3185465-84B3C1F5B8FE7EFA2E884289D20F89BB";
108
109
  }
109
110
  },
110
-
111
+
111
112
  getSeatStatus(request_seat_id) {
112
113
  this.$xdShowLoading({});
113
114
  jfbRootExec("getCinemaSeatsStatus", {
@@ -293,7 +294,7 @@
293
294
  this.$xdHideLoading()
294
295
  })
295
296
  },
296
-
297
+
297
298
  onJfbBack(options){
298
299
  this.$xdUniHelper.navigateBack();
299
300
  },
@@ -13,9 +13,7 @@
13
13
 
14
14
  //start
15
15
  .jfb-movie-line-line-seat {
16
- border: 1px dashed rgba(0, 0, 0, 0);
17
16
  box-sizing: border-box;
18
- min-height: unit(100, rpx);
19
17
 
20
18
  &__body{
21
19
  position: relative;
@@ -23,21 +21,22 @@
23
21
  z-index: 2
24
22
  }
25
23
 
26
- &.editx {
24
+ &.editx,&.editx:hover {
27
25
  position: relative;
28
- border: 1px dashed blue;
29
- box-sizing: border-box;
30
- z-index: 3
31
-
32
- }
33
-
34
- &:hover {
35
- border: 1px dashed blue;
36
- }
26
+ min-height: unit(100, rpx);
27
+ z-index: 3;
28
+ &::after {
29
+ border: 2rpx dashed blue;
30
+ content: " ";
31
+ position: absolute;
32
+ top:0;
33
+ left:0;
34
+ bottom:0;
35
+ right:0;
36
+ z-index: 4;
37
+ cursor: pointer;
38
+ }
37
39
 
38
- &.noBorder {
39
- border-color: rgba(0,0,0,0);
40
- border-width: 0;
41
40
  }
42
41
 
43
42
 
@@ -72,9 +71,9 @@
72
71
 
73
72
  /**notPreview**/
74
73
  .jfb-movie-line-line-seat {
75
- &:before {
76
- content: " ";
77
- display: table;
78
- }
74
+ //&:before {
75
+ //content: " ";
76
+ //display: table;
77
+ //}
79
78
  }
80
79
  /**endNotPreview**/
@@ -3052,7 +3052,7 @@ module.exports = {
3052
3052
  request_id: "8bf254253bba488b"
3053
3053
  },
3054
3054
  getSeatBaseInfo: {
3055
- film_id: "581",
3055
+ film_id: "200",
3056
3056
  cinema_id: "7",
3057
3057
  cinema_name: "聚福宝测试影院聚福宝测试影院聚福宝测试影院聚福宝测试影院",
3058
3058
  film_name: "碧血锦衣卫",
@@ -3073,4 +3073,4 @@ module.exports = {
3073
3073
  },
3074
3074
  request_id: "cc4bde105691814c"
3075
3075
  }
3076
- };
3076
+ };
@@ -5,26 +5,31 @@ export default {
5
5
  advanced: [],
6
6
  content: [
7
7
  {
8
- label: '排期超时时间(秒):', //label
9
- ele: 'el-input', //package 名称
8
+ label: '排期超时时间(秒):',
9
+ ele: 'el-input',
10
10
  type: 'number',
11
- valueKey: 'un_show_seconds', //form[valueKey]
11
+ valueKey: 'un_show_seconds',
12
12
  value: 15*60,
13
13
  placeholder: '请输入排期超时时间(秒)',
14
- className: 'input80', //样式名称 //input100,input80,input70,input60,input50,input40,input30,input20,
14
+ className: 'input80',
15
+ groupKey:'content',
15
16
  rules: [
16
17
  {
17
18
  required: true,
18
19
  message: '请输入排期超时时间(秒)',
19
20
  trigger: 'blur'
20
21
  },
21
- ]
22
+ ],
23
+ inline: false,
24
+ notice:'排期超时时间'
22
25
  },
23
26
  {
24
- label: '选择座位路径:', //label
25
- ele: 'xd-select-pages-path', //package 名称
26
- valueKey: 'seat_choose_path', //form[valueKey]
27
+ label: '选择座位路径:',
28
+ ele: 'xd-select-pages-path',
29
+ valueKey: 'seat_choose_path',
27
30
  placeholder: '请选择购票座位路径',
31
+ groupKey:'advanced',
32
+ className: 'input80',
28
33
  value: null,
29
34
  setting: {
30
35
  router: XdBus.getParentApi('getPagesTree'),
@@ -179,7 +179,7 @@
179
179
  import ZSwiperItem from "@zebra-ui/swiper/components/z-swiper-item/z-swiper-item.vue"
180
180
  const Color = require('color');
181
181
  import { mapState } from "vuex"
182
-
182
+
183
183
  export default {
184
184
  name: "JfbMovieLineSchedule",
185
185
  components: {
@@ -255,9 +255,10 @@
255
255
  }
256
256
  },
257
257
  watch: {
258
- container(value) {
259
- this.init(value)
260
- }
258
+ container(value,oldValue) {
259
+ if(JSON.stringify(value) === JSON.stringify(oldValue)) return;
260
+ if (this.$configProject['isPreview']) this.init(value)
261
+ },
261
262
  },
262
263
  created() {
263
264
  // console.log("layoutInfo.", this.layoutInfo, this.siteMap)
@@ -269,7 +270,7 @@
269
270
  const { cinema_id, film_id } = options;
270
271
  this.cinema_id = cinema_id;
271
272
  await this.p_getCinemaInfo();
272
-
273
+
273
274
  //根据options.film_id选中当前的影片
274
275
  if(film_id){
275
276
  let curIndex = this.list.findIndex(item => item.film_id==film_id);
@@ -369,7 +370,7 @@
369
370
  });
370
371
  this.pop_notice = pop_notice;
371
372
  this.is_pop = is_pop;
372
-
373
+
373
374
  this.renderSwiper = Date.now();
374
375
  resolve();
375
376
  }).catch(err=> {
@@ -391,7 +392,7 @@
391
392
 
392
393
  <style scoped lang="less">
393
394
  @import "./JfbMovieLineScheduleLess.less";
394
-
395
+
395
396
  .schedule_notice {
396
397
  padding: unit(15, rpx) unit(20, rpx);
397
398
  }
@@ -572,7 +573,7 @@
572
573
  font-weight: 400;
573
574
  padding: 0 40rpx;
574
575
  }
575
-
576
+
576
577
  }
577
578
  }
578
579
  }
@@ -13,9 +13,7 @@
13
13
 
14
14
  //start
15
15
  .jfb-movie-line-schedule {
16
- border: 1px dashed rgba(0, 0, 0, 0);
17
16
  box-sizing: border-box;
18
- min-height: unit(100, rpx);
19
17
 
20
18
  &__body{
21
19
  position: relative;
@@ -23,21 +21,22 @@
23
21
  z-index: 2
24
22
  }
25
23
 
26
- &.editx {
24
+ &.editx,&.editx:hover {
27
25
  position: relative;
28
- border: 1px dashed blue;
29
- box-sizing: border-box;
30
- z-index: 3
31
-
32
- }
33
-
34
- &:hover {
35
- border: 1px dashed blue;
36
- }
26
+ min-height: unit(100, rpx);
27
+ z-index: 3;
28
+ &::after {
29
+ border: 2rpx dashed blue;
30
+ content: " ";
31
+ position: absolute;
32
+ top:0;
33
+ left:0;
34
+ bottom:0;
35
+ right:0;
36
+ z-index: 4;
37
+ cursor: pointer;
38
+ }
37
39
 
38
- &.noBorder {
39
- border-color: rgba(0,0,0,0);
40
- border-width: 0;
41
40
  }
42
41
 
43
42
 
@@ -72,9 +71,9 @@
72
71
 
73
72
  /**notPreview**/
74
73
  .jfb-movie-line-schedule {
75
- &:before {
76
- content: " ";
77
- display: table;
78
- }
74
+ //&:before {
75
+ //content: " ";
76
+ //display: table;
77
+ //}
79
78
  }
80
79
  /**endNotPreview**/
@@ -130,9 +130,10 @@
130
130
  }
131
131
  },
132
132
  watch: {
133
- container(value) {
134
- this.init(value)
135
- }
133
+ container(value,oldValue) {
134
+ if(JSON.stringify(value) === JSON.stringify(oldValue)) return;
135
+ if (this.$configProject['isPreview']) this.init(value)
136
+ },
136
137
  },
137
138
  created() {
138
139
  this.init(this.container);
@@ -13,9 +13,7 @@
13
13
 
14
14
  //start
15
15
  .jfb-movie-order {
16
- border: 1px dashed rgba(0, 0, 0, 0);
17
16
  box-sizing: border-box;
18
- min-height: unit(100, rpx);
19
17
 
20
18
  &__body{
21
19
  position: relative;
@@ -23,21 +21,22 @@
23
21
  z-index: 2
24
22
  }
25
23
 
26
- &.editx {
24
+ &.editx,&.editx:hover {
27
25
  position: relative;
28
- border: 1px dashed blue;
29
- box-sizing: border-box;
30
- z-index: 3
31
-
32
- }
33
-
34
- &:hover {
35
- border: 1px dashed blue;
36
- }
26
+ min-height: unit(100, rpx);
27
+ z-index: 3;
28
+ &::after {
29
+ border: 2rpx dashed blue;
30
+ content: " ";
31
+ position: absolute;
32
+ top:0;
33
+ left:0;
34
+ bottom:0;
35
+ right:0;
36
+ z-index: 4;
37
+ cursor: pointer;
38
+ }
37
39
 
38
- &.noBorder {
39
- border-color: rgba(0,0,0,0);
40
- border-width: 0;
41
40
  }
42
41
 
43
42
 
@@ -72,9 +71,9 @@
72
71
 
73
72
  /**notPreview**/
74
73
  .jfb-movie-order {
75
- &:before {
76
- content: " ";
77
- display: table;
78
- }
74
+ //&:before {
75
+ //content: " ";
76
+ //display: table;
77
+ //}
79
78
  }
80
79
  /**endNotPreview**/
@@ -13,7 +13,6 @@ export default {
13
13
  value: '', //v-model
14
14
  placeholder: '请输入标题名称',
15
15
  classNmae: 'input40', //样式名称 //input100,input80,input70,input60,input50,input40,input30,input20,
16
- disabled: true,
17
16
  rules: [
18
17
  {
19
18
  required: true,
@@ -60,7 +59,6 @@ export default {
60
59
  ele: 'xd-radio', //package 名称
61
60
  valueKey: 'radio_status_list', //form[valueKey]
62
61
  value: 6, //v-model
63
- disabled: true,
64
62
  rules: [
65
63
  {required: true, message: '请选择', trigger: ['blur', 'change']}
66
64
  ],
@@ -78,7 +76,6 @@ export default {
78
76
  ele: 'xd-radio', //package 名称
79
77
  valueKey: 'radio_status_list', //form[valueKey]
80
78
  value: 6, //v-model
81
- disabled: false,
82
79
  remoteApi: '/api/editx/pages',
83
80
  remote: true,
84
81
  rules: [
@@ -92,7 +89,6 @@ export default {
92
89
  ele: 'xd-check', //package 名称
93
90
  valueKey: 'xd-check_list', //form[valueKey]
94
91
  value: 6, //v-model
95
- disabled: true,
96
92
  rules: [
97
93
  {required: true, message: '请选择', trigger: ['blur', 'change']}
98
94
  ],
@@ -110,7 +106,6 @@ export default {
110
106
  ele: 'xd-check', //package 名称
111
107
  valueKey: 'xd-check_remote-list', //form[valueKey]
112
108
  value: 6, //v-model
113
- disabled: false,
114
109
  remoteApi: '/api/editx/pages',
115
110
  remote: true,
116
111
  rules: [
@@ -125,7 +120,6 @@ export default {
125
120
  valueKey: 'radio_status', //form[valueKey]
126
121
  value: 'Y', //v-model
127
122
  isall: true,
128
- disabled: true,
129
123
  backValueType: '', //返回值类型 1=>返回(Y,N)2=> [true|false] 3=>[1,0] 4=>[1,2]
130
124
  placeholder: '请选择',
131
125
  list: 'status', //status=>状态 best=>推荐 associate=>关联 yes=>是否 open=> 是否开启 check=>审核
@@ -140,7 +134,6 @@ export default {
140
134
  value: '', //v-model
141
135
  placeholder: '请输入标题名称',
142
136
  classNmae: 'input40', //样式名称 //input100,input80,input70,input60,input50,input40,input30,input20,
143
- disabled: true,
144
137
  rules: [
145
138
  {
146
139
  required: true,
@@ -278,9 +278,10 @@
278
278
  }
279
279
  },
280
280
  watch: {
281
- container(value) {
282
- this.init(value)
283
- }
281
+ container(value,oldValue) {
282
+ if(JSON.stringify(value) === JSON.stringify(oldValue)) return;
283
+ if (this.$configProject['isPreview']) this.init(value)
284
+ },
284
285
  },
285
286
  created() {
286
287
  this.init(this.container);
@@ -13,9 +13,7 @@
13
13
 
14
14
  //start
15
15
  .jfb-movie-order-detail {
16
- border: 1px dashed rgba(0, 0, 0, 0);
17
16
  box-sizing: border-box;
18
- min-height: unit(100, rpx);
19
17
 
20
18
  &__body{
21
19
  position: relative;
@@ -23,21 +21,22 @@
23
21
  z-index: 2
24
22
  }
25
23
 
26
- &.editx {
24
+ &.editx,&.editx:hover {
27
25
  position: relative;
28
- border: 1px dashed blue;
29
- box-sizing: border-box;
30
- z-index: 3
31
-
32
- }
33
-
34
- &:hover {
35
- border: 1px dashed blue;
36
- }
26
+ min-height: unit(100, rpx);
27
+ z-index: 3;
28
+ &::after {
29
+ border: 2rpx dashed blue;
30
+ content: " ";
31
+ position: absolute;
32
+ top:0;
33
+ left:0;
34
+ bottom:0;
35
+ right:0;
36
+ z-index: 4;
37
+ cursor: pointer;
38
+ }
37
39
 
38
- &.noBorder {
39
- border-color: rgba(0,0,0,0);
40
- border-width: 0;
41
40
  }
42
41
 
43
42
 
@@ -72,9 +71,9 @@
72
71
 
73
72
  /**notPreview**/
74
73
  .jfb-movie-order-detail {
75
- &:before {
76
- content: " ";
77
- display: table;
78
- }
74
+ //&:before {
75
+ //content: " ";
76
+ //display: table;
77
+ //}
79
78
  }
80
79
  /**endNotPreview**/
@@ -13,7 +13,6 @@ export default {
13
13
  value: '', //v-model
14
14
  placeholder: '请输入标题名称',
15
15
  classNmae: 'input40', //样式名称 //input100,input80,input70,input60,input50,input40,input30,input20,
16
- disabled: true,
17
16
  rules: [
18
17
  {
19
18
  required: true,
@@ -60,7 +59,6 @@ export default {
60
59
  ele: 'xd-radio', //package 名称
61
60
  valueKey: 'radio_status_list', //form[valueKey]
62
61
  value: 6, //v-model
63
- disabled: true,
64
62
  rules: [
65
63
  {required: true, message: '请选择', trigger: ['blur', 'change']}
66
64
  ],
@@ -78,7 +76,6 @@ export default {
78
76
  ele: 'xd-radio', //package 名称
79
77
  valueKey: 'radio_status_list', //form[valueKey]
80
78
  value: 6, //v-model
81
- disabled: false,
82
79
  remoteApi: '/api/editx/pages',
83
80
  remote: true,
84
81
  rules: [
@@ -92,7 +89,7 @@ export default {
92
89
  ele: 'xd-check', //package 名称
93
90
  valueKey: 'xd-check_list', //form[valueKey]
94
91
  value: 6, //v-model
95
- disabled: true,
92
+
96
93
  rules: [
97
94
  {required: true, message: '请选择', trigger: ['blur', 'change']}
98
95
  ],
@@ -110,7 +107,7 @@ export default {
110
107
  ele: 'xd-check', //package 名称
111
108
  valueKey: 'xd-check_remote-list', //form[valueKey]
112
109
  value: 6, //v-model
113
- disabled: false,
110
+
114
111
  remoteApi: '/api/editx/pages',
115
112
  remote: true,
116
113
  rules: [
@@ -125,7 +122,7 @@ export default {
125
122
  valueKey: 'radio_status', //form[valueKey]
126
123
  value: 'Y', //v-model
127
124
  isall: true,
128
- disabled: true,
125
+
129
126
  backValueType: '', //返回值类型 1=>返回(Y,N)2=> [true|false] 3=>[1,0] 4=>[1,2]
130
127
  placeholder: '请选择',
131
128
  list: 'status', //status=>状态 best=>推荐 associate=>关联 yes=>是否 open=> 是否开启 check=>审核
@@ -140,7 +137,7 @@ export default {
140
137
  value: '', //v-model
141
138
  placeholder: '请输入标题名称',
142
139
  classNmae: 'input40', //样式名称 //input100,input80,input70,input60,input50,input40,input30,input20,
143
- disabled: true,
140
+
144
141
  rules: [
145
142
  {
146
143
  required: true,
@@ -118,9 +118,10 @@
118
118
  }
119
119
  },
120
120
  watch: {
121
- container(value) {
122
- this.init(value)
123
- }
121
+ container(value,oldValue) {
122
+ if(JSON.stringify(value) === JSON.stringify(oldValue)) return;
123
+ if (this.$configProject['isPreview']) this.init(value)
124
+ },
124
125
  },
125
126
  created() {
126
127
  this.init(this.container);
@@ -13,9 +13,7 @@
13
13
 
14
14
  //start
15
15
  .jfb-movie-pay {
16
- border: 1px dashed rgba(0, 0, 0, 0);
17
16
  box-sizing: border-box;
18
- min-height: unit(100, rpx);
19
17
 
20
18
  &__body{
21
19
  position: relative;
@@ -23,21 +21,22 @@
23
21
  z-index: 2
24
22
  }
25
23
 
26
- &.editx {
24
+ &.editx,&.editx:hover {
27
25
  position: relative;
28
- border: 1px dashed blue;
29
- box-sizing: border-box;
30
- z-index: 3
31
-
32
- }
33
-
34
- &:hover {
35
- border: 1px dashed blue;
36
- }
26
+ min-height: unit(100, rpx);
27
+ z-index: 3;
28
+ &::after {
29
+ border: 2rpx dashed blue;
30
+ content: " ";
31
+ position: absolute;
32
+ top:0;
33
+ left:0;
34
+ bottom:0;
35
+ right:0;
36
+ z-index: 4;
37
+ cursor: pointer;
38
+ }
37
39
 
38
- &.noBorder {
39
- border-color: rgba(0,0,0,0);
40
- border-width: 0;
41
40
  }
42
41
 
43
42
 
@@ -72,9 +71,9 @@
72
71
 
73
72
  /**notPreview**/
74
73
  .jfb-movie-pay {
75
- &:before {
76
- content: " ";
77
- display: table;
78
- }
74
+ //&:before {
75
+ //content: " ";
76
+ //display: table;
77
+ //}
79
78
  }
80
79
  /**endNotPreview**/
@@ -1,57 +0,0 @@
1
- 'use strict';
2
-
3
- /**
4
- * @description API模型
5
- * 建议:Ffff=>模块 Xxxx=>自定义名字
6
- * 获取单记录(getByIdFfffXxxx)
7
- * 获取列表记录(getByListFfffXxxx)
8
- * 添加列表记录(addFfffXxxxx)
9
- * 删除列表记录(removeFfffXxxxx|deleteFfffXxxx)
10
- * 更新列表记录(updateFfffXxxxx)
11
- * @type {*[]}
12
- */
13
- module.exports = [
14
- {
15
- mapFnName: 'getByIdTestSquate', //自定义方法名字(必选)
16
- isRule: false,
17
- title: '获得绑定卡',
18
- prefix: 'list',
19
- path: '/card/v1/card-bind/list-bind-card',
20
- params: {},
21
- disabled: true,
22
- },
23
- {
24
- mapFnName: 'updateFilmPaiqiDate', //自定义方法名字(必选)
25
- title: '更新排期',
26
- path: '/api/account/film/paiqi-date',
27
- isRule: false,
28
- params: {
29
- film_id: ['电影id', 'Number', '必选'],
30
- cinema_id: ['影院id', 'Number', '必选'],
31
- },
32
- isConsole: true,
33
- disabled: true,
34
- },
35
- {
36
- mapFnName: 'removeFilmAddress', //自定义方法名字(必选)
37
- title: '删除我的配送地址',
38
- path: '/api/account/film/paiqi-date',
39
- isRule: false,
40
- params: {
41
- film_id: ['电影id', 'Number', '必选'],
42
- },
43
- isConsole: true,
44
- disabled: true,
45
- },
46
- {
47
- mapFnName: 'addFilmcart', //自定义方法名字(必选)
48
- title: '添加购物车',
49
- path: '/api/account/film/paiqi-date',
50
- isRule: false,
51
- params: {
52
- film_id: ['电影id', 'Number', '必选'],
53
- },
54
- isConsole: true,
55
- disabled: true,
56
- },
57
- ];