jufubao-movie 1.0.63-beta2 → 1.0.63-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.63-beta2",
3
+ "version": "1.0.63-beta3",
4
4
  "private": false,
5
5
  "description": "聚福宝在线选座业务组件插件包",
6
6
  "main": "index.js",
@@ -153,7 +153,7 @@
153
153
  </view>
154
154
  <template v-else>
155
155
  <view v-if="play_list.length" class="schedule_list">
156
- <view class="_item" v-for="(item,ii) in play_list" :key="ii">
156
+ <view class="_item" v-for="(item,ii) in play_list" :key="item.schedule_id">
157
157
  <view class="flex-sub">
158
158
  <view class="_main">{{item.show_time_hour}}</view>
159
159
  <view class="_sub">{{item.close_time_hour}}散场</view>