Commit 820f1bb7 authored by wangxuelai's avatar wangxuelai

'ss'

parent ff19f43d
......@@ -924,6 +924,14 @@
"myPlugin": {
"version": "1.0.0",
"provider": "wxa645186c39fda543"
},
"mwVideo": {
"version": "1.0.0",
"provider": "wx53c83b93a4f72c7c"
},
"yzVideoPlugin": {
"version": "0.1.0",
"provider": "wx9e5eba73bf23a27a"
}
},
"sitemapLocation": "sitemap.json"
......
......@@ -22,6 +22,7 @@
"sjdbottombar":"../../../components/sjdbottombar",
"btn-drag":"../../../components/btndrag",
"guidecollection": "../../../components/guidecollection",
"mwVideo": "plugin://myPlugin/video"
"mwVideo": "plugin://mwVideo/mwVideo",
"video": "plugin://yzVideoPlugin/video"
}
}
\ No newline at end of file
......@@ -239,9 +239,14 @@
</view>
<view class="videodialog" wx:if="{{videostatus.videoShow}}">
<view class="videodialogmask" bindtap="closeVideo"></view>
<mwVideo
<video
app-id="wx9e5eba73bf23a27a"
shop-id="88220827"
open-id="od6X64u1QUmXokSPihOX1vezKVXY"
class="mwVideo"
src="{{filter.transformOssVideofy(videostatus.src,videostatus.mode)}}"
videoHeight="700rpx"
custom-url="{{filter.transformOssVideofy(videostatus.src,videostatus.mode)}}"
cover-url="{{filter.videoPoster(videostatus.src)}}"
id="{{videostatus.videoId}}"
initial-time="0"
autoplay="false"
......@@ -254,7 +259,7 @@
binderror=""
bindfullscreenchange="screenchange"
>
</mwVideo>
</video>
</view>
<canvasdrawer painting="{{painting}}" bind:getImage="eventGetImage" />
<view class="" wx:if="{{circleInfo.school_id == activtySchoolInfo.sid}}">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment