jufubao-movie 1.0.36-beta6 → 1.0.36-beta7

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.36-beta6",
3
+ "version": "1.0.36-beta7",
4
4
  "private": false,
5
5
  "description": "聚福宝在线选座业务组件插件包",
6
6
  "main": "index.js",
@@ -5,10 +5,10 @@ export default {
5
5
  advanced: [],
6
6
  content: [
7
7
  {
8
- label: '点击购票路径:',
8
+ label: '影片列表(购票)访问地址:',
9
9
  ele: 'xd-select-pages-path',
10
10
  valueKey: 'cinema_choose_path',
11
- placeholder: '请选择点击购票路径',
11
+ placeholder: '请选择影片列表(购票)访问地址',
12
12
  groupKey:'advanced',
13
13
  className: 'input80',
14
14
  value: null,
@@ -527,6 +527,7 @@ export default {
527
527
  let tab = [];
528
528
  let list = [];
529
529
  let selectPaiqi = null;
530
+ let allPaiqiId = [];
530
531
  data.map((item, index) => {
531
532
  tab.push({
532
533
  label: item["date_name"],
@@ -535,6 +536,7 @@ export default {
535
536
  });
536
537
  list.push(item["paiqi_data"]);
537
538
  item["paiqi_data"].map((paiqi, idx) => {
539
+ allPaiqiId.push(paiqi.data_id);
538
540
  if (
539
541
  paiqi.jfb_film_id == this.filmId &&
540
542
  paiqi.jfb_cinema_id == this.cinemaId &&
@@ -551,6 +553,8 @@ export default {
551
553
 
552
554
  //未找到传入排期
553
555
  if (!selectPaiqi){
556
+ console.warn(`params.seatId:${this.seatId}`);
557
+ console.warn(`all.seatId:${JSON.stringify(allPaiqiId)}`);
554
558
  this.$xdConfirm({
555
559
  content:'当前排期已过期,请您手动切换或由系统自动切换到下一排期。',
556
560
  confirmText:'自动切换',