jufubao-movie 1.0.63-beta3 → 1.0.64

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.63-beta3",
3
+ "version": "1.0.64",
4
4
  "private": false,
5
5
  "description": "聚福宝在线选座业务组件插件包",
6
6
  "main": "index.js",
@@ -771,7 +771,7 @@
771
771
  this.hasPreNotice = true;
772
772
  resolve(res)
773
773
  },
774
- onClose: () => {
774
+ onClose: (res) => {
775
775
  this.hasPreNotice = true;
776
776
  resolve(res)
777
777
  },
@@ -36,9 +36,9 @@
36
36
  <view v-if="loadingFilm" class="ticket_notice skeleton-wrap"></view>
37
37
  <view v-else-if="notice" class="ticket_notice" :style="{
38
38
  background: noticeBgColor,
39
- color: mainColor,
39
+ color: mainColorview
40
40
  }">
41
- <div>{{notice}}</div>
41
+ <view>{{notice}}</view>
42
42
  </view>
43
43
  <view v-if="loadingFilm" class="film_data_wrap skeleton-wrap">
44
44
  <view class="film_list_swiper">
@@ -126,19 +126,19 @@
126
126
  </view>
127
127
  </scroll-view>
128
128
  </view>
129
- <div class="schedule_notice" :style="{background:noticeBackgroundColor}" v-if="is_pop">
129
+ <view class="schedule_notice" :style="{background:noticeBackgroundColor}" v-if="is_pop">
130
130
  <xd-notice-bar
131
131
  scrollable
132
132
  :is-no-bgc="false"
133
133
  :color="warningColor"
134
134
  >{{popNoticeReplace}}</xd-notice-bar>
135
- </div>
135
+ </view>
136
136
 
137
137
  <view v-if="loadingList" class="schedule_list skeleton-wrap">
138
138
  <view class="_item" v-for="ii in 5" :key="ii">
139
139
  <view class="flex-sub">
140
140
  <view class="_main"></view>
141
- <view class="_sub"></view>
141
+ <view class="_sub"></view
142
142
  </view>
143
143
  <view class="flex-sub">
144
144
  <view class="_main"></view>
@@ -198,7 +198,7 @@
198
198
  import ZSwiper from "@zebra-ui/swiper/components/z-swiper/z-swiper.vue"
199
199
  import ZSwiperItem from "@zebra-ui/swiper/components/z-swiper-item/z-swiper-item.vue"
200
200
  //#endif
201
-
201
+
202
202
 
203
203
  const Color = require('color');
204
204
  import { mapState } from "vuex"