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.
- package/package.json +1 -1
- package/src/components/JfbMovieAfterOrder/JfbMovieAfterOrder.vue +4 -3
- package/src/components/JfbMovieAfterOrder/JfbMovieAfterOrderLess.less +18 -19
- package/src/components/JfbMovieAfterOrderDetail/Attr.js +2 -7
- package/src/components/JfbMovieAfterOrderDetail/JfbMovieAfterOrderDetail.vue +4 -3
- package/src/components/JfbMovieAfterOrderDetail/JfbMovieAfterOrderDetailLess.less +18 -19
- package/src/components/JfbMovieCenter/JfbMovieCenter.vue +4 -3
- package/src/components/JfbMovieCenter/JfbMovieCenterLess.less +18 -19
- package/src/components/JfbMovieCode/Attr.js +0 -7
- package/src/components/JfbMovieCode/JfbMovieCode.vue +7 -6
- package/src/components/JfbMovieCode/JfbMovieCodeLess.less +18 -19
- package/src/components/JfbMovieCodeChoose/Attr.js +84 -68
- package/src/components/JfbMovieCodeChoose/JfbMovieCodeChoose.vue +52 -118
- package/src/components/JfbMovieCodeChoose/JfbMovieCodeChooseLess.less +18 -19
- package/src/components/JfbMovieConfirm/Attr.js +11 -10
- package/src/components/JfbMovieConfirm/JfbMovieConfirm.vue +5 -4
- package/src/components/JfbMovieConfirm/JfbMovieConfirmLess.less +18 -19
- package/src/components/JfbMovieLineCinema/Attr.js +17 -14
- package/src/components/JfbMovieLineCinema/JfbMovieLineCinema.vue +3 -2
- package/src/components/JfbMovieLineCinema/JfbMovieLineCinemaLess.less +18 -19
- package/src/components/JfbMovieLineCinemaChoose/Attr.js +7 -7
- package/src/components/JfbMovieLineCinemaChoose/JfbMovieLineCinemaChoose.vue +3 -2
- package/src/components/JfbMovieLineCinemaChoose/JfbMovieLineCinemaChooseLess.less +18 -19
- package/src/components/JfbMovieLineFilm/Attr.js +15 -25
- package/src/components/JfbMovieLineFilm/JfbMovieLineFilm.vue +3 -2
- package/src/components/JfbMovieLineFilm/JfbMovieLineFilmLess.less +18 -19
- package/src/components/JfbMovieLineFilmInfo/Attr.js +5 -3
- package/src/components/JfbMovieLineFilmInfo/JfbMovieLineFilmInfo.vue +3 -3
- package/src/components/JfbMovieLineFilmInfo/JfbMovieLineFilmInfoLess.less +18 -19
- package/src/components/JfbMovieLineLineSeat/Attr.js +11 -10
- package/src/components/JfbMovieLineLineSeat/JfbMovieLineLineSeat.vue +6 -5
- package/src/components/JfbMovieLineLineSeat/JfbMovieLineLineSeatLess.less +18 -19
- package/src/components/JfbMovieLineLineSeat/Mock.js +2 -2
- package/src/components/JfbMovieLineSchedule/Attr.js +13 -8
- package/src/components/JfbMovieLineSchedule/JfbMovieLineSchedule.vue +9 -8
- package/src/components/JfbMovieLineSchedule/JfbMovieLineScheduleLess.less +18 -19
- package/src/components/JfbMovieOrder/JfbMovieOrder.vue +4 -3
- package/src/components/JfbMovieOrder/JfbMovieOrderLess.less +18 -19
- package/src/components/JfbMovieOrderDetail/Attr.js +0 -7
- package/src/components/JfbMovieOrderDetail/JfbMovieOrderDetail.vue +4 -3
- package/src/components/JfbMovieOrderDetail/JfbMovieOrderDetailLess.less +18 -19
- package/src/components/JfbMoviePay/Attr.js +4 -7
- package/src/components/JfbMoviePay/JfbMoviePay.vue +4 -3
- package/src/components/JfbMoviePay/JfbMoviePayLess.less +18 -19
- package/src/components/JfbMovieTestApi/Api.js +0 -57
- package/src/components/JfbMovieTestApi/Attr.js +0 -45
- package/src/components/JfbMovieTestApi/JfbMovieTestApi.vue +0 -77
- package/src/components/JfbMovieTestApi/JfbMovieTestApiLess.less +0 -80
- package/src/components/JfbMovieTestApi/JfbMovieTestApiMixin.js +0 -30
|
@@ -6,26 +6,28 @@ export default {
|
|
|
6
6
|
content: (data)=>{
|
|
7
7
|
return [
|
|
8
8
|
{
|
|
9
|
-
label: '去支付路径:',
|
|
10
|
-
ele: 'xd-select-pages-path',
|
|
11
|
-
valueKey: 'payPath',
|
|
9
|
+
label: '去支付路径:',
|
|
10
|
+
ele: 'xd-select-pages-path',
|
|
11
|
+
valueKey: 'payPath',
|
|
12
12
|
placeholder: '请选择支付路径',
|
|
13
13
|
value: data['payPath'],
|
|
14
14
|
setting: {
|
|
15
15
|
router: XdBus.getParentApi('getPagesTree'),
|
|
16
16
|
},
|
|
17
|
-
|
|
17
|
+
groupKey:'advanced',
|
|
18
|
+
className: 'input80',
|
|
18
19
|
},
|
|
19
20
|
{
|
|
20
|
-
label: '支付成功路径:',
|
|
21
|
-
ele: 'xd-select-pages-path',
|
|
22
|
-
valueKey: 'paySuccessPath',
|
|
21
|
+
label: '支付成功路径:',
|
|
22
|
+
ele: 'xd-select-pages-path',
|
|
23
|
+
valueKey: 'paySuccessPath',
|
|
23
24
|
placeholder: '请选择支付成功路径',
|
|
24
25
|
value: data['paySuccessPath'],
|
|
25
26
|
setting: {
|
|
26
27
|
router: XdBus.getParentApi('getPagesTree'),
|
|
27
28
|
},
|
|
28
|
-
|
|
29
|
+
groupKey:'advanced',
|
|
30
|
+
className: 'input80',
|
|
29
31
|
},
|
|
30
32
|
{
|
|
31
33
|
label: '购票须知:',
|
|
@@ -44,6 +46,7 @@ export default {
|
|
|
44
46
|
type: ['jpg', 'png', 'jpeg']
|
|
45
47
|
},
|
|
46
48
|
},
|
|
49
|
+
groupKey:'content',
|
|
47
50
|
handleCustom({action, data}) {
|
|
48
51
|
if (data && data.params) {
|
|
49
52
|
//当一个插件中出现使用内容分类时候需要设置code值,在页面引用时候容器id + code进行拼接
|
|
@@ -237,8 +240,6 @@ export default {
|
|
|
237
240
|
loading.close()
|
|
238
241
|
}
|
|
239
242
|
},
|
|
240
|
-
inline: false,
|
|
241
|
-
notice: '',
|
|
242
243
|
},
|
|
243
244
|
]
|
|
244
245
|
}
|
|
@@ -209,7 +209,7 @@
|
|
|
209
209
|
@onChose="handleWalletChose"
|
|
210
210
|
@onAlert="() => hasAlertCardChose = true"
|
|
211
211
|
></xd-wallet-chose>
|
|
212
|
-
|
|
212
|
+
|
|
213
213
|
</view>
|
|
214
214
|
</view>
|
|
215
215
|
</template>
|
|
@@ -288,9 +288,10 @@
|
|
|
288
288
|
}
|
|
289
289
|
},
|
|
290
290
|
watch: {
|
|
291
|
-
container(value) {
|
|
292
|
-
|
|
293
|
-
|
|
291
|
+
container(value,oldValue) {
|
|
292
|
+
if(JSON.stringify(value) === JSON.stringify(oldValue)) return;
|
|
293
|
+
if (this.$configProject['isPreview']) this.init(value)
|
|
294
|
+
},
|
|
294
295
|
},
|
|
295
296
|
computed: {
|
|
296
297
|
...mapState({
|
|
@@ -13,9 +13,7 @@
|
|
|
13
13
|
|
|
14
14
|
//start
|
|
15
15
|
.jfb-movie-confirm {
|
|
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
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
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-confirm {
|
|
75
|
-
|
|
76
|
-
content: " ";
|
|
77
|
-
display: table;
|
|
78
|
-
}
|
|
74
|
+
//&:before {
|
|
75
|
+
//content: " ";
|
|
76
|
+
//display: table;
|
|
77
|
+
//}
|
|
79
78
|
}
|
|
80
79
|
/**endNotPreview**/
|
|
@@ -9,6 +9,7 @@ export default {
|
|
|
9
9
|
ele: 'xd-site-select-list',
|
|
10
10
|
valueKey: 'sort_consume_mode',
|
|
11
11
|
value: data['sort_consume_mode'] || '',
|
|
12
|
+
groupKey:'content',
|
|
12
13
|
placeholder: '请选择排序方式',
|
|
13
14
|
multiple: false,
|
|
14
15
|
className: 'input80',
|
|
@@ -26,35 +27,37 @@ export default {
|
|
|
26
27
|
},
|
|
27
28
|
},
|
|
28
29
|
{
|
|
29
|
-
label: '选择排期路径:',
|
|
30
|
-
ele: 'xd-select-pages-path',
|
|
31
|
-
valueKey: 'schedule_choose_path',
|
|
30
|
+
label: '选择排期路径:',
|
|
31
|
+
ele: 'xd-select-pages-path',
|
|
32
|
+
valueKey: 'schedule_choose_path',
|
|
32
33
|
placeholder: '请选择排期路径',
|
|
33
|
-
|
|
34
|
+
className: 'input80',
|
|
35
|
+
value: data['schedule_choose_path'] || null,
|
|
36
|
+
groupKey:'advanced',
|
|
34
37
|
setting: {
|
|
35
38
|
router: XdBus.getParentApi('getPagesTree'),
|
|
36
|
-
|
|
37
39
|
},
|
|
38
|
-
inline: false,
|
|
39
40
|
},
|
|
40
41
|
{
|
|
41
|
-
label: '选择城市路径:',
|
|
42
|
-
ele: 'xd-select-pages-path',
|
|
43
|
-
valueKey: 'choseCityPath',
|
|
42
|
+
label: '选择城市路径:',
|
|
43
|
+
ele: 'xd-select-pages-path',
|
|
44
|
+
valueKey: 'choseCityPath',
|
|
44
45
|
placeholder: '选择城市路径路径',
|
|
45
46
|
value: data.choseCityPath || null,
|
|
47
|
+
className: 'input80',
|
|
48
|
+
groupKey:'advanced',
|
|
46
49
|
setting: {
|
|
47
50
|
router: XdBus.getParentApi('getPagesTree'),
|
|
48
|
-
|
|
49
51
|
},
|
|
50
|
-
inline: false,
|
|
51
52
|
},
|
|
52
53
|
{
|
|
53
|
-
label: '电子码兑换:',
|
|
54
|
-
ele: 'xd-select-pages-path',
|
|
55
|
-
valueKey: 'codeChoosePath',
|
|
54
|
+
label: '电子码兑换:',
|
|
55
|
+
ele: 'xd-select-pages-path',
|
|
56
|
+
valueKey: 'codeChoosePath',
|
|
56
57
|
placeholder: '请选择电子码兑换路径',
|
|
57
58
|
value: data.codeChoosePath || null,
|
|
59
|
+
className: 'input80',
|
|
60
|
+
groupKey:'advanced',
|
|
58
61
|
setting: {
|
|
59
62
|
router: XdBus.getParentApi('getPagesTree'),
|
|
60
63
|
},
|
|
@@ -209,8 +209,9 @@ export default {
|
|
|
209
209
|
},
|
|
210
210
|
},
|
|
211
211
|
watch: {
|
|
212
|
-
container(value) {
|
|
213
|
-
|
|
212
|
+
container(value,oldValue) {
|
|
213
|
+
if(JSON.stringify(value) === JSON.stringify(oldValue)) return;
|
|
214
|
+
if (this.$configProject['isPreview']) this.init(value)
|
|
214
215
|
},
|
|
215
216
|
stateCity(n, o) {
|
|
216
217
|
if (n && JSON.stringify(n) != JSON.stringify(o)) {
|
|
@@ -13,9 +13,7 @@
|
|
|
13
13
|
|
|
14
14
|
//start
|
|
15
15
|
.jfb-movie-line-cinema {
|
|
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
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
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-cinema {
|
|
75
|
-
|
|
76
|
-
content: " ";
|
|
77
|
-
display: table;
|
|
78
|
-
}
|
|
74
|
+
//&:before {
|
|
75
|
+
//content: " ";
|
|
76
|
+
//display: table;
|
|
77
|
+
//}
|
|
79
78
|
}
|
|
80
79
|
/**endNotPreview**/
|
|
@@ -11,7 +11,7 @@ export default {
|
|
|
11
11
|
valueKey: 'sort_consume_mode',
|
|
12
12
|
value: data['sort_consume_mode'] || '',
|
|
13
13
|
placeholder: '请选择排序方式',
|
|
14
|
-
|
|
14
|
+
groupKey:'content',
|
|
15
15
|
className: 'input80',
|
|
16
16
|
handleCustom({ action, data }) {
|
|
17
17
|
XdBus.getParentApi('getOptionsSettingList')({
|
|
@@ -27,16 +27,16 @@ export default {
|
|
|
27
27
|
},
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
|
-
label: '选择排期路径:',
|
|
31
|
-
ele: 'xd-select-pages-path',
|
|
32
|
-
valueKey: 'schedule_choose_path',
|
|
30
|
+
label: '选择排期路径:',
|
|
31
|
+
ele: 'xd-select-pages-path',
|
|
32
|
+
valueKey: 'schedule_choose_path',
|
|
33
33
|
placeholder: '请选择排期路径',
|
|
34
|
-
value: data
|
|
34
|
+
value: data['schedule_choose_path'] || null,
|
|
35
|
+
groupKey:'advanced',
|
|
36
|
+
className: 'input80',
|
|
35
37
|
setting: {
|
|
36
38
|
router: XdBus.getParentApi('getPagesTree'),
|
|
37
|
-
|
|
38
39
|
},
|
|
39
|
-
inline: false,
|
|
40
40
|
},
|
|
41
41
|
].filter(i=>i)
|
|
42
42
|
},
|
|
@@ -164,8 +164,9 @@ export default {
|
|
|
164
164
|
},
|
|
165
165
|
},
|
|
166
166
|
watch: {
|
|
167
|
-
container(value) {
|
|
168
|
-
|
|
167
|
+
container(value,oldValue) {
|
|
168
|
+
if(JSON.stringify(value) === JSON.stringify(oldValue)) return;
|
|
169
|
+
if (this.$configProject['isPreview']) this.init(value)
|
|
169
170
|
},
|
|
170
171
|
},
|
|
171
172
|
created() {
|
|
@@ -13,9 +13,7 @@
|
|
|
13
13
|
|
|
14
14
|
//start
|
|
15
15
|
.jfb-movie-line-cinema-choose {
|
|
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
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
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-cinema-choose {
|
|
75
|
-
|
|
76
|
-
content: " ";
|
|
77
|
-
display: table;
|
|
78
|
-
}
|
|
74
|
+
//&:before {
|
|
75
|
+
//content: " ";
|
|
76
|
+
//display: table;
|
|
77
|
+
//}
|
|
79
78
|
}
|
|
80
79
|
/**endNotPreview**/
|
|
@@ -5,50 +5,40 @@ export default {
|
|
|
5
5
|
advanced: [],
|
|
6
6
|
content: [
|
|
7
7
|
{
|
|
8
|
-
label: '点击购票路径:',
|
|
9
|
-
ele: 'xd-select-pages-path',
|
|
10
|
-
valueKey: 'cinema_choose_path',
|
|
8
|
+
label: '点击购票路径:',
|
|
9
|
+
ele: 'xd-select-pages-path',
|
|
10
|
+
valueKey: 'cinema_choose_path',
|
|
11
11
|
placeholder: '请选择点击购票路径',
|
|
12
|
+
groupKey:'advanced',
|
|
13
|
+
className: 'input80',
|
|
12
14
|
value: null,
|
|
13
15
|
setting: {
|
|
14
16
|
router: XdBus.getParentApi('getPagesTree'),
|
|
15
|
-
|
|
16
17
|
},
|
|
17
|
-
inline: false,
|
|
18
18
|
},
|
|
19
19
|
{
|
|
20
|
-
label: '影片详情路径:',
|
|
21
|
-
ele: 'xd-select-pages-path',
|
|
22
|
-
valueKey: 'film_info_path',
|
|
20
|
+
label: '影片详情路径:',
|
|
21
|
+
ele: 'xd-select-pages-path',
|
|
22
|
+
valueKey: 'film_info_path',
|
|
23
23
|
placeholder: '请选择影片详情路径',
|
|
24
24
|
value: null,
|
|
25
|
+
groupKey:'advanced',
|
|
26
|
+
className: 'input80',
|
|
25
27
|
setting: {
|
|
26
28
|
router: XdBus.getParentApi('getPagesTree'),
|
|
27
|
-
|
|
28
29
|
},
|
|
29
|
-
inline: false,
|
|
30
30
|
},
|
|
31
31
|
{
|
|
32
|
-
label: '选择城市路径:',
|
|
33
|
-
ele: 'xd-select-pages-path',
|
|
34
|
-
valueKey: 'choseCityPath',
|
|
32
|
+
label: '选择城市路径:',
|
|
33
|
+
ele: 'xd-select-pages-path',
|
|
34
|
+
valueKey: 'choseCityPath',
|
|
35
35
|
placeholder: '选择城市路径路径',
|
|
36
|
+
groupKey:'advanced',
|
|
37
|
+
className: 'input80',
|
|
36
38
|
value: null,
|
|
37
39
|
setting: {
|
|
38
40
|
router: XdBus.getParentApi('getPagesTree'),
|
|
39
|
-
|
|
40
41
|
},
|
|
41
|
-
inline: false,
|
|
42
42
|
},
|
|
43
|
-
// {
|
|
44
|
-
// label: "定位地址非当前城市时",
|
|
45
|
-
// ele: "xd-radio",
|
|
46
|
-
// valueKey: "showSwitchCity",
|
|
47
|
-
// value: "N",
|
|
48
|
-
// list: [
|
|
49
|
-
// {label: "弹框提示切换", value: "Y"},
|
|
50
|
-
// {label: "不提示", value: "N"}
|
|
51
|
-
// ]
|
|
52
|
-
// },
|
|
53
43
|
],
|
|
54
44
|
}
|
|
@@ -199,8 +199,9 @@
|
|
|
199
199
|
})
|
|
200
200
|
},
|
|
201
201
|
watch: {
|
|
202
|
-
container(value) {
|
|
203
|
-
|
|
202
|
+
container(value,oldValue) {
|
|
203
|
+
if(JSON.stringify(value) === JSON.stringify(oldValue)) return;
|
|
204
|
+
if (this.$configProject['isPreview']) this.init(value)
|
|
204
205
|
},
|
|
205
206
|
stateCity(n, o){
|
|
206
207
|
if(n && JSON.stringify(n) != JSON.stringify(o)){
|
|
@@ -13,9 +13,7 @@
|
|
|
13
13
|
|
|
14
14
|
//start
|
|
15
15
|
.jfb-movie-line-film {
|
|
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
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
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-film {
|
|
75
|
-
|
|
76
|
-
content: " ";
|
|
77
|
-
display: table;
|
|
78
|
-
}
|
|
74
|
+
//&:before {
|
|
75
|
+
//content: " ";
|
|
76
|
+
//display: table;
|
|
77
|
+
//}
|
|
79
78
|
}
|
|
80
79
|
/**endNotPreview**/
|
|
@@ -5,10 +5,12 @@ export default {
|
|
|
5
5
|
advanced: [],
|
|
6
6
|
content: [
|
|
7
7
|
{
|
|
8
|
-
label: '点击购票路径:',
|
|
9
|
-
ele: 'xd-select-pages-path',
|
|
10
|
-
valueKey: 'cinema_choose_path',
|
|
8
|
+
label: '点击购票路径:',
|
|
9
|
+
ele: 'xd-select-pages-path',
|
|
10
|
+
valueKey: 'cinema_choose_path',
|
|
11
11
|
placeholder: '请选择点击购票路径',
|
|
12
|
+
groupKey:'advanced',
|
|
13
|
+
className: 'input80',
|
|
12
14
|
value: null,
|
|
13
15
|
setting: {
|
|
14
16
|
router: XdBus.getParentApi('getPagesTree'),
|
|
@@ -100,7 +100,6 @@ export default {
|
|
|
100
100
|
trailer_list: [],
|
|
101
101
|
cinemaChoosePath: "",
|
|
102
102
|
film_id: "",
|
|
103
|
-
//todo
|
|
104
103
|
};
|
|
105
104
|
},
|
|
106
105
|
computed: {
|
|
@@ -109,8 +108,9 @@ export default {
|
|
|
109
108
|
}),
|
|
110
109
|
},
|
|
111
110
|
watch: {
|
|
112
|
-
container(value) {
|
|
113
|
-
|
|
111
|
+
container(value,oldValue) {
|
|
112
|
+
if(JSON.stringify(value) === JSON.stringify(oldValue)) return;
|
|
113
|
+
if (this.$configProject['isPreview']) this.init(value)
|
|
114
114
|
},
|
|
115
115
|
},
|
|
116
116
|
created() {
|
|
@@ -13,9 +13,7 @@
|
|
|
13
13
|
|
|
14
14
|
//start
|
|
15
15
|
.jfb-movie-line-film-info {
|
|
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
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
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-film-info {
|
|
75
|
-
|
|
76
|
-
content: " ";
|
|
77
|
-
display: table;
|
|
78
|
-
}
|
|
74
|
+
//&:before {
|
|
75
|
+
//content: " ";
|
|
76
|
+
//display: table;
|
|
77
|
+
//}
|
|
79
78
|
}
|
|
80
79
|
/**endNotPreview**/
|
|
@@ -5,28 +5,29 @@ export default {
|
|
|
5
5
|
advanced: [],
|
|
6
6
|
content: [
|
|
7
7
|
{
|
|
8
|
-
label: '订单确认路径:',
|
|
9
|
-
ele: 'xd-select-pages-path',
|
|
10
|
-
valueKey: 'movie_pay_path',
|
|
8
|
+
label: '订单确认路径:',
|
|
9
|
+
ele: 'xd-select-pages-path',
|
|
10
|
+
valueKey: 'movie_pay_path',
|
|
11
11
|
placeholder: '请选择订单确认路径',
|
|
12
|
+
groupKey:'advanced',
|
|
13
|
+
className: 'input80',
|
|
12
14
|
value: null,
|
|
13
15
|
setting: {
|
|
14
16
|
router: XdBus.getParentApi('getPagesTree'),
|
|
15
17
|
|
|
16
18
|
},
|
|
17
|
-
inline: false,
|
|
18
19
|
},
|
|
19
20
|
{
|
|
20
|
-
label: '
|
|
21
|
-
ele: 'xd-select-pages-path',
|
|
22
|
-
valueKey: 'payPath',
|
|
23
|
-
placeholder: '
|
|
21
|
+
label: '支付路径(补差):',
|
|
22
|
+
ele: 'xd-select-pages-path',
|
|
23
|
+
valueKey: 'payPath',
|
|
24
|
+
placeholder: '请选择支付路径(补差)',
|
|
25
|
+
groupKey:'advanced',
|
|
26
|
+
className: 'input80',
|
|
24
27
|
value: null,
|
|
25
28
|
setting: {
|
|
26
29
|
router: XdBus.getParentApi('getPagesTree'),
|
|
27
|
-
|
|
28
30
|
},
|
|
29
|
-
inline: false,
|
|
30
31
|
},
|
|
31
32
|
],
|
|
32
33
|
}
|