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.
6 lines
311 B
6 lines
311 B
<!--pages/pbService/appreciate/info/index.wxml-->
|
|
<title title="鉴赏详情"></title>
|
|
<view wx:if="{{info}}">
|
|
<video style="width:100%;height:420rpx" src="{{info.VideoSrc}}" controls autoplay="{{false}}" object-fit='contain' poster="{{info.Cover}}"></video>
|
|
<view class="name">{{info.Name}}</view>
|
|
</view>
|
|
|