1
2
3
4
5
6
7
8
9
10
11
12
13
| <view style="width: 100%; height: {{barHeight}}px; "></view>
| <view class="nacigationBar" style="width: 70%; height: {{navBarHeight}}px;">
| <view>
| <t-icon name="chevron-left" size="30" data-name="{{item}}" bind:click="goBack" />
| </view>
| <view class="navbar-title">资源详情</view>
| </view>
|
|
|
| <view class="videoBox">
| <video src="{{vURL}}" play-btn-position='center' object-fit='fill' controls enable-play-gesture enable-auto-rotation></video>
| </view>
|
|