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
|
@@ -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="
|
|
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>
|