You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
825 B
20 lines
825 B
<!--pages/list/daysu/index.wxml-->
|
|
<title title="天工苏作"></title>
|
|
<view style="position:relative">
|
|
<image style="display:block;width:100%" src="https://static.ticket.sz-trip.com/xcxImages/other/DaySu.jpg" mode="widthFix"></image>
|
|
<navigator url="detail/index" class="intro-box"></navigator>
|
|
<view class="video-box" wx:if="{{showVideo}}">
|
|
<video
|
|
style="width:100%;height:100%;display:block"
|
|
id="myVideo"
|
|
src="https://static.ticket.sz-trip.com/uploads/20210710/1018ce118c0351bff686146d32bf40b5.mp4"
|
|
show-center-play-btn='{{false}}'
|
|
show-play-btn="{{true}}"
|
|
autoplay
|
|
controls="{{true}}"
|
|
bindended="videoend"
|
|
></video>
|
|
</view>
|
|
<view class="video-box" bindtap="play" wx:else></view>
|
|
<navigator url="../feiyi/index" class="more-btn"></navigator>
|
|
</view>
|
|
|