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
@@ -1,45 +0,0 @@
1
- 'use strict';
2
-
3
- export default {
4
- style: [],
5
- advanced: [],
6
- content: [
7
- {
8
- label: '颜色:', //label
9
- ele: 'el-input', //package 名称
10
- type: 'text',
11
- valueKey: 'color', //form[valueKey]
12
- value: '#fff', //v-model
13
- placeholder: '请输入占位框颜色',
14
- classNmae: 'input80', //样式名称 //input100,input80,input70,input60,input50,input40,input30,input20,
15
- rules: [
16
- {
17
- required: true,
18
- message: '请输入占位框颜色',
19
- trigger: 'blur'
20
- },
21
- ]
22
- },
23
- {
24
- label: '高度:', //label
25
- ele: 'el-input', //package 名称
26
- type: 'number',
27
- valueKey: 'height', //form[valueKey]
28
- value: 1, //v-model
29
- placeholder: '请输入占位框高度,单位像素',
30
- classNmae: 'input80', //样式名称 //input100,input80,input70,input60,input50,input40,input30,input20,
31
- rules: [
32
- {
33
- required: true,
34
- message: '请输入占位框高度',
35
- trigger: 'blur'
36
- },
37
- ]
38
- },
39
- {
40
- label: '', //label
41
- ele: 'slot', //package 名称
42
- slot: 'is_reference',
43
- },
44
- ],
45
- };
@@ -1,77 +0,0 @@
1
- <template>
2
- <view
3
- class="jfb-movie-test-api"
4
- @click="handleEditxSelect"
5
- :class="{
6
- editx : isEditx && active,
7
- noBorder: noBorder
8
- }"
9
- >
10
- <!--#ifdef H5-->
11
- <view
12
- class="jfb-movie-test-api__edit"
13
- :class="{ editx : isEditx && active }"
14
- v-if="isEditx && active && !noBorder"
15
- >
16
- <view class="jfb-movie-test-api__edit-icon" @click="delEdit">删除</view>
17
- </view>
18
- <!-- #endif -->
19
- <view class="jfb-movie-test-api__body">
20
- <view>JfbBaseTestApi</view>
21
- </view>
22
- </view>
23
- </template>
24
-
25
- <script>
26
- import XdFontIcon from "@/components/XdFontIcon/XdFontIcon";
27
- import { jfbRootExec } from "@/utils/xd.event";
28
- import JfbMovieTestApiMixin from "./JfbMovieTestApiMixin";
29
- import componentsMixins from "@/mixins/componentsMixins";
30
- import extsMixins from "@/mixins/extsMixins"
31
- export default {
32
- name: "JfbMovieTestApi",
33
- components: {
34
- XdFontIcon
35
- },
36
- mixins: [componentsMixins,extsMixins,JfbMovieTestApiMixin],
37
- data() {
38
- return {
39
-
40
- //todo
41
- }
42
- },
43
- created() {
44
-
45
- //todo
46
- },
47
- methods: {
48
- onJfbLoad(options) {
49
- console.log('222')
50
- jfbRootExec('getListBindCard', {
51
- vm: this,
52
- data: {
53
- ...options
54
- },
55
- })
56
- .then(res=>{
57
- console.log(res)
58
- })
59
- .catch()
60
- },
61
-
62
- }
63
- }
64
-
65
- </script>
66
-
67
- <style scoped lang="less">
68
- @import "./JfbMovieTestApiLess.less";
69
-
70
- .jfb-movie-test-api {
71
- &__body{
72
- & > view {
73
- height: unit(250, rpx);
74
- }
75
- }
76
- }
77
- </style>
@@ -1,80 +0,0 @@
1
- /**
2
- * @desc 获取绝对路径完整地址
3
- * @param @path
4
- **/
5
- //例如:https://image.jufubao.cn/20220501010108/image/bg/default_gonghui_bg.png
6
- @basePath: 'business/';
7
- @doMain: '//sandbox-img.jufubao.cn/';
8
-
9
- .getBusinessImageUrl(@path, @size: 'size8') {
10
- @url: "@{doMain}@{basePath}@{path}?x-oss-process=style/@{size}";
11
- background-image: url(@url);
12
- }
13
-
14
- //start
15
- .jfb-movie-test-api {
16
- border: 1px dashed rgba(0, 0, 0, 0);
17
- box-sizing: border-box;
18
- min-height: unit(100, rpx);
19
-
20
- &__body{
21
- position: relative;
22
- overflow: hidden;
23
- z-index: 2
24
- }
25
-
26
- &.editx {
27
- 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
- }
37
-
38
- &.noBorder {
39
- border-color: rgba(0,0,0,0);
40
- border-width: 0;
41
- }
42
-
43
-
44
- &__edit {
45
- cursor: pointer;
46
- position: absolute;
47
- right: unit(0, rpx);
48
- top: unit(-52, rpx);
49
- height: unit(50, rpx);
50
- line-height: unit(50, rpx);
51
- display: flex;
52
- justify-content: center;
53
- align-items: center;
54
- background: rgba(0, 0, 0, .6);
55
- border-radius: unit(10, rpx);
56
- box-shadow: 0 0 10px rbga(0, 0, 0, 0.3);
57
- color: #fff;
58
- font-size: unit(22, rpx);
59
-
60
- &-icon{
61
- padding: 0 unit(20, rpx);
62
- }
63
-
64
- &.editx {
65
- box-sizing: border-box;
66
-
67
- }
68
- }
69
- }
70
- //end
71
-
72
-
73
- /**notPreview**/
74
- .jfb-movie-test-api {
75
- &:before {
76
- content: " ";
77
- display: table;
78
- }
79
- }
80
- /**endNotPreview**/
@@ -1,30 +0,0 @@
1
- 'use strict';
2
-
3
-
4
- //@AttrImport
5
- import Attr from "./Attr";
6
- //@EndAttrImport
7
-
8
-
9
- export default {
10
- data() {
11
- return {
12
- //#ifdef H5
13
-
14
- //@AttrData
15
- Attr:{}, //对外开发编辑属性
16
- //@EndAttrData
17
-
18
- // #endif
19
- cssRoot: 'jfb-movie-test-api'
20
- }
21
- },
22
- created() {
23
-
24
- //@AttrDataCreated
25
- this.Attr = this.$xdUniHelper.customClone(Attr);
26
- //@EndAttrDataCreated
27
-
28
-
29
- },
30
- }