Skip to content

Commit

Permalink
fix: 修复详情无剧照时的显示问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Honye committed May 15, 2022
1 parent 87317f3 commit b20690c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miniprogram/packages/movie/pages/details/details.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
</scroll-view>
</view>
<!-- 预告及剧照 -->
<view class='block photos'>
<view class='block photos' wx:if="{{trailers.length || photos.length}}">
<navigator class='subtitle' hover-class="btn-opacity"
url="../photos/photos?id={{id}}&title={{details.title}}&type={{details.type}}"
>
Expand Down

0 comments on commit b20690c

Please sign in to comment.