13 lines
469 B
Plaintext
13 lines
469 B
Plaintext
<view class="banner" bindtap="topage">
|
|
<block wx:if="{{ isvideo }}">
|
|
<video id="video{{index}}" style="height:{{ height }}px" src="{{ item.annex.url}}" controls="{{ controls }}" muted="true" loop="{{ true }}" show-progress="{{ controls }}" show-fullscreen-btn="{{ controls }}" >
|
|
|
|
</video>
|
|
|
|
</block>
|
|
|
|
<block wx:else>
|
|
<image mode="widthFix" class="img" src="{{ item.annex.url}}"></image>
|
|
</block>
|
|
<view class="text">推广</view>
|
|
</view> |