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.
7 lines
311 B
7 lines
311 B
|
5 years ago
|
<!--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>
|