jufubao-movie 1.0.34-beta1 → 1.0.34-beta3

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.34-beta1",
3
+ "version": "1.0.34-beta3",
4
4
  "private": false,
5
5
  "description": "聚福宝在线选座业务组件插件包",
6
6
  "main": "index.js",
@@ -35,6 +35,7 @@
35
35
  <xd-notice-bar
36
36
  class="xd-seat__footer-notice-icon"
37
37
  :scrollable="noticeList.length > 1"
38
+ style="width: 100%"
38
39
  showIcon
39
40
  >
40
41
  <view
@@ -78,7 +78,7 @@
78
78
  <!-- #endif -->
79
79
  </view>
80
80
  <view v-if="filmInfo" class="film_info">
81
- <view class="film_name">{{filmInfo.show_name}} <view v-if="filmInfo.remark" class="film_score">评分:{{filmInfo.remark}}</view></view>
81
+ <view class="film_name">{{filmInfo.show_name || ""}} <view v-if="filmInfo.remark" class="film_score">评分:{{filmInfo.remark}}</view></view>
82
82
  <view class="film_type_score">
83
83
  <view class="film_type">
84
84
  {{filmTypeAll}}