Commit 87a68432 authored by wangxuelai's avatar wangxuelai

'视频播放组件修改'

parent bed16adb
......@@ -921,9 +921,9 @@
"uploadFile": 600000
},
"plugins": {
"contactPlugin": {
"version": "1.3.0",
"provider": "wx104a1a20c3f81ec2"
"myPlugin": {
"version": "1.0.0",
"provider": "wxa645186c39fda543"
}
},
"sitemapLocation": "sitemap.json"
......
......@@ -401,3 +401,6 @@ button::after {
z-index: 1;
transform: scaleY(0.5);
}
.mwVideo {
width: 100%;
}
\ No newline at end of file
......@@ -21,6 +21,7 @@
"advertisement":"../../components/advertisement",
"sjdbottombar":"../../../components/sjdbottombar",
"btn-drag":"../../../components/btndrag",
"guidecollection": "../../../components/guidecollection"
"guidecollection": "../../../components/guidecollection",
"mwVideo": "plugin://myPlugin/video"
}
}
\ No newline at end of file
......@@ -239,10 +239,22 @@
</view>
<view class="videodialog" wx:if="{{videostatus.videoShow}}">
<view class="videodialogmask" bindtap="closeVideo"></view>
<video src="{{filter.transformOssVideofy(videostatus.src,videostatus.mode)}}" id="{{videostatus.videoId}}"
initial-time="0" autoplay="false" loop="false" bindplay="" bindpause="" bindended=""
bindtimeupdate="" bindwaiting="" binderror="" bindfullscreenchange="screenchange">
</video>
<mwVideo
class="mwVideo"
src="{{filter.transformOssVideofy(videostatus.src,videostatus.mode)}}"
id="{{videostatus.videoId}}"
initial-time="0"
autoplay="false"
loop="false"
bindplay=""
bindpause=""
bindended=""
bindtimeupdate=""
bindwaiting=""
binderror=""
bindfullscreenchange="screenchange"
>
</mwVideo>
</view>
<canvasdrawer painting="{{painting}}" bind:getImage="eventGetImage"/>
<view wx:if="{{sid == activtySchoolInfo.sid}}">
......
......@@ -15,6 +15,7 @@
"activity-bar":"../../../components/activitybar",
"scoregetfeedback": "../../../components/scoregetfeedback",
"btn-drag":"../../../components/btndrag",
"guidecollection": "../../../components/guidecollection"
"guidecollection": "../../../components/guidecollection",
"mwVideo": "plugin://myPlugin/video"
}
}
\ No newline at end of file
......@@ -177,10 +177,22 @@
</view>
<view class="videodialog" wx:if="{{videostatus.videoShow}}">
<view class="videodialogmask" bindtap="closeVideo"></view>
<video class="" binderror="videoErrorCallback" src="{{filter.transformOssVideofy(videostatus.src,videostatus.mode)}}" id="{{videostatus.videoId}}"
initial-time="0" autoplay="false" loop="false" bindplay="" bindpause="" bindended=""
bindtimeupdate="" bindwaiting="" binderror="" bindfullscreenchange="screenchange">
</video>
<mwVideo
class="mwVideo"
src="{{filter.transformOssVideofy(videostatus.src,videostatus.mode)}}"
id="{{videostatus.videoId}}"
initial-time="0"
autoplay="false"
loop="false"
bindplay=""
bindpause=""
bindended=""
bindtimeupdate=""
bindwaiting=""
binderror=""
bindfullscreenchange="screenchange"
>
</mwVideo>
</view>
<!-- 密码输入 -->
......
......@@ -10,6 +10,7 @@
"poster-box": "../../../components/posterbox",
"sjdbottombar":"../../../components/sjdbottombar",
"btn-drag":"../../../components/btndrag",
"guidecollection": "../../../components/guidecollection"
"guidecollection": "../../../components/guidecollection",
"mwVideo": "plugin://myPlugin/video"
}
}
\ No newline at end of file
......@@ -65,14 +65,13 @@
</view>
<view class="videodialog" wx:if="{{videostatus.videoShow}}" >
<view class="videodialogmask" bindtap="closeVideo"></view>
<video
class=""
<mwVideo
class="mwVideo"
src="{{filter.transformOssVideofy(videostatus.src,videostatus.mode)}}"
id="{{videostatus.videoId}}"
initial-time="0"
autoplay="false"
loop="false"
bindplay=""
bindpause=""
bindended=""
......@@ -81,7 +80,7 @@
binderror=""
bindfullscreenchange="screenchange"
>
</video>
</mwVideo>
</view>
<view class="" wx:if="{{clock.school_id == activtySchoolInfo.sid}}">
<activity-bar
......
......@@ -14,6 +14,7 @@
"sjd-media-show": "../../../components/sjdmediashow",
"guidecollection": "../../../components/guidecollection",
"go-top": "../../../components/goTop",
"list-loading": "../../../components/listloading"
"list-loading": "../../../components/listloading",
"mwVideo": "plugin://myPlugin/video"
}
}
\ No newline at end of file
......@@ -167,10 +167,22 @@
</view>
<view class="videodialog" wx:if="{{videostatus.videoShow}}">
<view class="videodialogmask" bindtap="closeVideo"></view>
<video class="" src="{{filter.transformOssVideofy(videostatus.src,videostatus.mode)}}" id="{{videostatus.videoId}}"
initial-time="0" autoplay="false" loop="false" bindplay="" bindpause="" bindended=""
bindtimeupdate="" bindwaiting="" binderror="" bindfullscreenchange="screenchange">
</video>
<mwVideo
class="mwVideo"
src="{{filter.transformOssVideofy(videostatus.src,videostatus.mode)}}"
id="{{videostatus.videoId}}"
initial-time="0"
autoplay="false"
loop="false"
bindplay=""
bindpause=""
bindended=""
bindtimeupdate=""
bindwaiting=""
binderror=""
bindfullscreenchange="screenchange"
>
</mwVideo>
</view>
<go-top wx:if="{{backTopValue}}"></go-top>
......
......@@ -2,6 +2,7 @@
"navigationBarTitleText": "课堂小评详情",
"usingComponents": {
"comment-editor": "../../../components/commenteditor",
"cssloading": "../../../components/cssloading"
"cssloading": "../../../components/cssloading",
"mwVideo": "plugin://myPlugin/video"
}
}
\ No newline at end of file
......@@ -207,7 +207,22 @@
</view>
<view class="videodialog" wx:if="{{videostatus.videoShow}}">
<view class="videodialogmask" bindtap="closeVideo"></view>
<video class="" src="{{filter.transformOssVideofy(videostatus.src,videostatus.mode)}}" id="{{videostatus.videoId}}" initial-time="0" autoplay="false" loop="false" bindplay="" bindpause="" bindended="" bindtimeupdate="" bindwaiting="" binderror="" bindfullscreenchange="screenchange"></video>
<mwVideo
class="mwVideo"
src="{{filter.transformOssVideofy(videostatus.src,videostatus.mode)}}"
id="{{videostatus.videoId}}"
initial-time="0"
autoplay="false"
loop="false"
bindplay=""
bindpause=""
bindended=""
bindtimeupdate=""
bindwaiting=""
binderror=""
bindfullscreenchange="screenchange"
>
</mwVideo>
</view>
<view class="" data-editor="commenteditor">
<comment-editor wx:if="{{commenteditor}}" prams="{{commentclock}}" bind:hidecommenteditor="hidecommenteditor" type="2b"></comment-editor>
......
......@@ -6,6 +6,7 @@
"sound-recording": "../../../components/soundrecording",
"activity-bar":"../../../components/activitybar",
"guidecollection": "../../../components/guidecollection",
"cssloading": "../../../components/cssloading"
"cssloading": "../../../components/cssloading",
"mwVideo": "plugin://myPlugin/video"
}
}
\ No newline at end of file
......@@ -226,8 +226,8 @@
</view>
<view class="videodialog" wx:if="{{videostatus.videoShow}}" >
<view class="videodialogmask" bindtap="closeVideo"></view>
<video
class=""
<mwVideo
class="mwVideo"
src="{{filter.transformOssVideofy(videostatus.src,videostatus.mode)}}"
id="{{videostatus.videoId}}"
initial-time="0"
......@@ -241,7 +241,7 @@
binderror=""
bindfullscreenchange="screenchange"
>
</video>
</mwVideo>
</view>
<view class="" wx:if="{{themeDetail.school_id == activtySchoolInfo.sid && tid != activtySchoolInfo.tid}}">
<activity-bar
......
......@@ -3,6 +3,7 @@
"usingComponents": {
"sjd-media-show": "../../../components/sjdmediashow",
"sound-recording": "../../../components/soundrecording",
"cssloading": "../../../components/cssloading"
"cssloading": "../../../components/cssloading",
"mwVideo": "plugin://myPlugin/video"
}
}
\ No newline at end of file
......@@ -108,14 +108,13 @@
</view>
<view class="videodialog" wx:if="{{videostatus.videoShow}}" >
<view class="videodialogmask" bindtap="closeVideo"></view>
<video
class=""
<mwVideo
class="mwVideo"
src="{{filter.transformOssVideofy(videostatus.src,videostatus.mode)}}"
id="{{videostatus.videoId}}"
initial-time="0"
autoplay="false"
loop="false"
bindplay=""
bindpause=""
bindended=""
......@@ -124,7 +123,7 @@
binderror=""
bindfullscreenchange="screenchange"
>
</video>
</mwVideo>
</view>
</view>
<view class="bottomgroup-fix">
......
......@@ -19,6 +19,7 @@
"sjdbottombar":"../../../components/sjdbottombar",
"btn-drag":"../../../components/btndrag",
"guidecollection": "../../../components/guidecollection",
"gallery-card": "../../components/gallerycard"
"gallery-card": "../../components/gallerycard",
"mwVideo": "plugin://myPlugin/video"
}
}
\ No newline at end of file
......@@ -338,14 +338,13 @@
</view>
<view class="videodialog" wx:if="{{videostatus.videoShow}}" >
<view class="videodialogmask" bindtap="closeVideo"></view>
<video
class=""
<mwVideo
class="mwVideo"
src="{{filter.transformOssVideofy(videostatus.src,videostatus.mode)}}"
id="{{videostatus.videoId}}"
initial-time="0"
autoplay="false"
loop="false"
bindplay=""
bindpause=""
bindended=""
......@@ -354,7 +353,7 @@
binderror=""
bindfullscreenchange="screenchange"
>
</video>
</mwVideo>
</view>
<guidecollection/>
</view>
\ No newline at end of file
......@@ -21,6 +21,7 @@
"advertisement":"../../components/advertisement",
"sjdbottombar":"../../../components/sjdbottombar",
"btn-drag":"../../../components/btndrag",
"guidecollection": "../../../components/guidecollection"
"guidecollection": "../../../components/guidecollection",
"mwVideo": "plugin://myPlugin/video"
}
}
\ No newline at end of file
......@@ -239,10 +239,22 @@
</view>
<view class="videodialog" wx:if="{{videostatus.videoShow}}">
<view class="videodialogmask" bindtap="closeVideo"></view>
<video class="" src="{{filter.transformOssVideofy(videostatus.src,videostatus.mode)}}" id="{{videostatus.videoId}}"
initial-time="0" autoplay="false" loop="false" bindplay="" bindpause="" bindended=""
bindtimeupdate="" bindwaiting="" binderror="" bindfullscreenchange="screenchange">
</video>
<mwVideo
class="mwVideo"
src="{{filter.transformOssVideofy(videostatus.src,videostatus.mode)}}"
id="{{videostatus.videoId}}"
initial-time="0"
autoplay="false"
loop="false"
bindplay=""
bindpause=""
bindended=""
bindtimeupdate=""
bindwaiting=""
binderror=""
bindfullscreenchange="screenchange"
>
</mwVideo>
</view>
<canvasdrawer painting="{{painting}}" bind:getImage="eventGetImage" />
<view class="" wx:if="{{circleInfo.school_id == activtySchoolInfo.sid}}">
......
......@@ -18,6 +18,7 @@
"activity-bar":"../../../components/activitybar",
"sjdbottombar":"../../../components/sjdbottombar",
"btn-drag":"../../../components/btndrag",
"guidecollection": "../../../components/guidecollection"
"guidecollection": "../../../components/guidecollection",
"mwVideo": "plugin://myPlugin/video"
}
}
\ No newline at end of file
......@@ -118,10 +118,22 @@
</view>
<view class="videodialog" wx:if="{{videostatus.videoShow}}">
<view class="videodialogmask" bindtap="closeVideo"></view>
<video class="" src="{{filter.transformOssVideofy(videostatus.src,videostatus.mode)}}" id="{{videostatus.videoId}}"
initial-time="0" autoplay="false" loop="false" bindplay="" bindpause="" bindended=""
bindtimeupdate="" bindwaiting="" binderror="" bindfullscreenchange="screenchange">
</video>
<mwVideo
class="mwVideo"
src="{{filter.transformOssVideofy(videostatus.src,videostatus.mode)}}"
id="{{videostatus.videoId}}"
initial-time="0"
autoplay="false"
loop="false"
bindplay=""
bindpause=""
bindended=""
bindtimeupdate=""
bindwaiting=""
binderror=""
bindfullscreenchange="screenchange"
>
</mwVideo>
</view>
<view class="" wx:if="{{circleInfo.school_id == activtySchoolInfo.sid}}">
<activity-bar
......
......@@ -18,6 +18,7 @@
"advertisement":"../../components/advertisement",
"guidecollection": "../../../components/guidecollection",
"loginbtn":"../../../components/loginbtn",
"gallery-card": "../../components/gallerycard"
"gallery-card": "../../components/gallerycard",
"mwVideo": "plugin://myPlugin/video"
}
}
\ No newline at end of file
......@@ -441,10 +441,22 @@
</view>
<view class="videodialog" wx:if="{{videostatus.videoShow}}">
<view class="videodialogmask" bindtap="closeVideo"></view>
<video class="" src="{{filter.transformOssVideofy(videostatus.src,videostatus.mode)}}" id="{{videostatus.videoId}}"
initial-time="0" autoplay="false" loop="false" bindplay="" bindpause="" bindended=""
bindtimeupdate="" bindwaiting="" binderror="" bindfullscreenchange="screenchange">
</video>
<mwVideo
class="mwVideo"
src="{{filter.transformOssVideofy(videostatus.src,videostatus.mode)}}"
id="{{videostatus.videoId}}"
initial-time="0"
autoplay="false"
loop="false"
bindplay=""
bindpause=""
bindended=""
bindtimeupdate=""
bindwaiting=""
binderror=""
bindfullscreenchange="screenchange"
>
</mwVideo>
</view>
<scoregetfeedback
......
......@@ -2,6 +2,7 @@
"navigationBarTitleText": "课堂小评详情",
"usingComponents": {
"comment-editor": "../../../components/commenteditor",
"cssloading": "../../../components/cssloading"
"cssloading": "../../../components/cssloading",
"mwVideo": "plugin://myPlugin/video"
}
}
\ No newline at end of file
......@@ -280,7 +280,22 @@
<view class="videodialog" wx:if="{{videostatus.videoShow}}">
<view class="videodialogmask" bindtap="closeVideo"></view>
<video class="" src="{{filter.transformOssVideofy(videostatus.src,videostatus.mode)}}" id="{{videostatus.videoId}}" initial-time="0" autoplay="false" loop="false" bindplay="" bindpause="" bindended="" bindtimeupdate="" bindwaiting="" binderror="" bindfullscreenchange="screenchange"></video>
<mwVideo
class="mwVideo"
src="{{filter.transformOssVideofy(videostatus.src,videostatus.mode)}}"
id="{{videostatus.videoId}}"
initial-time="0"
autoplay="false"
loop="false"
bindplay=""
bindpause=""
bindended=""
bindtimeupdate=""
bindwaiting=""
binderror=""
bindfullscreenchange="screenchange"
>
</mwVideo>
</view>
<view class="" data-editor="commenteditor">
<comment-editor wx:if="{{commenteditor}}" prams="{{commentclock}}" bind:hidecommenteditor="hidecommenteditor" type="2c"></comment-editor>
......
......@@ -15,6 +15,7 @@
"comment-editor": "../../../components/commenteditor",
"w-countdown": "../../../dist/w-countdown/index",
"btn-drag":"../../../components/btndrag",
"guidecollection": "../../../components/guidecollection"
"guidecollection": "../../../components/guidecollection",
"mwVideo": "plugin://myPlugin/video"
}
}
\ No newline at end of file
......@@ -74,10 +74,22 @@
</view>
<view class="videodialog" wx:if="{{videostatus.videoShow}}">
<view class="videodialogmask" bindtap="closeVideo"></view>
<video class="" src="{{filter.transformOssVideofy(videostatus.src,videostatus.mode)}}" id="{{videostatus.videoId}}"
initial-time="0" autoplay="false" loop="false" bindplay="" bindpause="" bindended=""
bindtimeupdate="" bindwaiting="" binderror="" bindfullscreenchange="screenchange">
</video>
<mwVideo
class="mwVideo"
src="{{filter.transformOssVideofy(videostatus.src,videostatus.mode)}}"
id="{{videostatus.videoId}}"
initial-time="0"
autoplay="false"
loop="false"
bindplay=""
bindpause=""
bindended=""
bindtimeupdate=""
bindwaiting=""
binderror=""
bindfullscreenchange="screenchange"
>
</mwVideo>
</view>
<guidecollection/>
</view>
\ No newline at end of file
......@@ -10,6 +10,7 @@
"list-loading": "../../../components/listloading",
"scoregetfeedback": "../../../components/scoregetfeedback",
"canvasdrawer": "/components/canvasdrawer/canvasdrawer",
"guidecollection": "../../../components/guidecollection"
"guidecollection": "../../../components/guidecollection",
"mwVideo": "plugin://myPlugin/video"
}
}
\ No newline at end of file
......@@ -120,10 +120,22 @@
<view class="videodialog" wx:if="{{videostatus.videoShow}}">
<view class="videodialogmask" bindtap="closeVideo"></view>
<video class="" src="{{filter.transformOssVideofy(videostatus.src,videostatus.mode)}}" id="{{videostatus.videoId}}"
initial-time="0" autoplay="false" loop="false" bindplay="" bindpause="" bindended=""
bindtimeupdate="" bindwaiting="" binderror="" bindfullscreenchange="screenchange">
</video>
<mwVideo
class="mwVideo"
src="{{filter.transformOssVideofy(videostatus.src,videostatus.mode)}}"
id="{{videostatus.videoId}}"
initial-time="0"
autoplay="false"
loop="false"
bindplay=""
bindpause=""
bindended=""
bindtimeupdate=""
bindwaiting=""
binderror=""
bindfullscreenchange="screenchange"
>
</mwVideo>
</view>
<view class="" data-editor="commenteditor">
<comment-editor wx:if="{{commenteditor}}" prams="{{commentclock}}" bind:hidecommenteditor="hidecommenteditor" type="2c">
......
......@@ -6,6 +6,7 @@
"list-loading": "../../../components/listloading",
"guidecollection": "../../../components/guidecollection",
"btn-drag":"../../../components/btndrag",
"sjd-media-show": "../../../components/newsjdmediashow"
"sjd-media-show": "../../../components/newsjdmediashow",
"mwVideo": "plugin://myPlugin/video"
}
}
\ No newline at end of file
......@@ -164,10 +164,22 @@
</view>
<view class="videodialog" wx:if="{{videostatus.videoShow}}">
<view class="videodialogmask" bindtap="closeVideo"></view>
<video class="" binderror="videoErrorCallback" src="{{filter.transformOssVideofy(videostatus.src,videostatus.mode)}}" id="{{videostatus.videoId}}"
initial-time="0" autoplay="false" loop="false" bindplay="" bindpause="" bindended=""
bindtimeupdate="" bindwaiting="" binderror="" bindfullscreenchange="screenchange">
</video>
<mwVideo
class="mwVideo"
src="{{filter.transformOssVideofy(videostatus.src,videostatus.mode)}}"
id="{{videostatus.videoId}}"
initial-time="0"
autoplay="false"
loop="false"
bindplay=""
bindpause=""
bindended=""
bindtimeupdate=""
bindwaiting=""
binderror=""
bindfullscreenchange="screenchange"
>
</mwVideo>
</view>
<view class="modal modal-contact {{modelContactAnimate? 'hide': ''}}" hidden="{{!modalContact}}">
......
......@@ -20,6 +20,7 @@
"advertisement":"../../components/advertisement",
"sjdbottombar":"../../../components/sjdbottombar",
"btn-drag":"../../../components/btndrag",
"guidecollection": "../../../components/guidecollection"
"guidecollection": "../../../components/guidecollection",
"mwVideo": "plugin://myPlugin/video"
}
}
\ No newline at end of file
......@@ -187,10 +187,22 @@
</view>
<view class="videodialog" wx:if="{{videostatus.videoShow}}">
<view class="videodialogmask" bindtap="closeVideo"></view>
<video class="" binderror="videoErrorCallback" src="{{filter.transformOssVideofy(videostatus.src,videostatus.mode)}}" id="{{videostatus.videoId}}"
initial-time="0" autoplay="false" loop="false" bindplay="" bindpause="" bindended=""
bindtimeupdate="" bindwaiting="" binderror="" bindfullscreenchange="screenchange">
</video>
<mwVideo
class="mwVideo"
src="{{filter.transformOssVideofy(videostatus.src,videostatus.mode)}}"
id="{{videostatus.videoId}}"
initial-time="0"
autoplay="false"
loop="false"
bindplay=""
bindpause=""
bindended=""
bindtimeupdate=""
bindwaiting=""
binderror=""
bindfullscreenchange="screenchange"
>
</mwVideo>
</view>
<canvasdrawer painting="{{painting}}" bind:getImage="eventGetImage" />
<view class="dailog-box {{activtySchoolInfo.plan}}" wx:if="{{atvDailogShow&&themeSelect.id==activtySchoolInfo.tid}}">
......
......@@ -14,6 +14,7 @@
"canvasdrawer": "/components/canvasdrawer/canvasdrawer",
"activity-bar":"../../../components/activitybar",
"btn-drag":"../../../components/btndrag",
"guidecollection": "../../../components/guidecollection"
"guidecollection": "../../../components/guidecollection",
"mwVideo": "plugin://myPlugin/video"
}
}
\ No newline at end of file
......@@ -162,10 +162,22 @@
</view>
<view class="videodialog" wx:if="{{videostatus.videoShow}}">
<view class="videodialogmask" bindtap="closeVideo"></view>
<video class="" binderror="videoErrorCallback" src="{{filter.transformOssVideofy(videostatus.src,videostatus.mode)}}" id="{{videostatus.videoId}}"
initial-time="0" autoplay="false" loop="false" bindplay="" bindpause="" bindended=""
bindtimeupdate="" bindwaiting="" binderror="" bindfullscreenchange="screenchange">
</video>
<mwVideo
class="mwVideo"
src="{{filter.transformOssVideofy(videostatus.src,videostatus.mode)}}"
id="{{videostatus.videoId}}"
initial-time="0"
autoplay="false"
loop="false"
bindplay=""
bindpause=""
bindended=""
bindtimeupdate=""
bindwaiting=""
binderror=""
bindfullscreenchange="screenchange"
>
</mwVideo>
</view>
<!-- 密码加入 -->
......
......@@ -3,6 +3,7 @@
"usingComponents": {
"list-loading": "../../../components/listloading",
"empty-content": "../../../components/emptycontent",
"clock-item": "../../components/newclockitem"
"clock-item": "../../components/newclockitem",
"mwVideo": "plugin://myPlugin/video"
}
}
\ No newline at end of file
......@@ -35,10 +35,22 @@
</view>
<view class="videodialog" wx:if="{{videostatus.videoShow}}">
<view class="videodialogmask" bindtap="closeVideo"></view>
<video class="" src="{{filter.transformOssVideofy(videostatus.src,videostatus.mode)}}" id="{{videostatus.videoId}}"
initial-time="0" autoplay="false" loop="false" bindplay="" bindpause="" bindended=""
bindtimeupdate="" bindwaiting="" binderror="" bindfullscreenchange="screenchange">
</video>
<mwVideo
class="mwVideo"
src="{{filter.transformOssVideofy(videostatus.src,videostatus.mode)}}"
id="{{videostatus.videoId}}"
initial-time="0"
autoplay="false"
loop="false"
bindplay=""
bindpause=""
bindended=""
bindtimeupdate=""
bindwaiting=""
binderror=""
bindfullscreenchange="screenchange"
>
</mwVideo>
</view>
</view>
......@@ -22,6 +22,7 @@
"scoregetfeedback": "../../../components/scoregetfeedback",
"guidecollection": "../../../components/guidecollection",
"brick-layout": "../../../components/brickLayout",
"loginbtn":"../../../components/loginbtn"
"loginbtn":"../../../components/loginbtn",
"mwVideo": "plugin://myPlugin/video"
}
}
\ No newline at end of file
......@@ -409,10 +409,22 @@
<view class="videodialog" wx:if="{{videostatus.videoShow}}">
<view class="videodialogmask" bindtap="closeVideo"></view>
<video class="" src="{{filter.transformOssVideofy(videostatus.src,videostatus.mode)}}" id="{{videostatus.videoId}}"
initial-time="0" autoplay="false" loop="false" bindplay="" bindpause="" bindended=""
bindtimeupdate="" bindwaiting="" binderror="" bindfullscreenchange="screenchange">
</video>
<mwVideo
class="mwVideo"
src="{{filter.transformOssVideofy(videostatus.src,videostatus.mode)}}"
id="{{videostatus.videoId}}"
initial-time="0"
autoplay="false"
loop="false"
bindplay=""
bindpause=""
bindended=""
bindtimeupdate=""
bindwaiting=""
binderror=""
bindfullscreenchange="screenchange"
>
</mwVideo>
</view>
<sjdbottombar
showcontact="{{true}}"
......
......@@ -5,6 +5,7 @@
"empty-content": "../../../components/emptycontent",
"clock-item": "../../components/newclockitem",
"w-segmented-control": "../../../dist/w-segmented-control/index",
"tab": "../../../components/tab"
"tab": "../../../components/tab",
"mwVideo": "plugin://myPlugin/video"
}
}
\ No newline at end of file
......@@ -291,10 +291,22 @@
</view>
<view class="videodialog" wx:if="{{videostatus.videoShow}}">
<view class="videodialogmask" bindtap="closeVideo"></view>
<video class="" binderror="videoErrorCallback" src="{{filter.transformOssVideofy(videostatus.src,videostatus.mode)}}" id="{{videostatus.videoId}}"
initial-time="0" autoplay="false" loop="false" bindplay="" bindpause="" bindended=""
bindtimeupdate="" bindwaiting="" binderror="" bindfullscreenchange="screenchange">
</video>
<mwVideo
class="mwVideo"
src="{{filter.transformOssVideofy(videostatus.src,videostatus.mode)}}"
id="{{videostatus.videoId}}"
initial-time="0"
autoplay="false"
loop="false"
bindplay=""
bindpause=""
bindended=""
bindtimeupdate=""
bindwaiting=""
binderror=""
bindfullscreenchange="screenchange"
>
</mwVideo>
</view>
<view class="password-dialog" wx:if="{{passwordDialogShow}}">
<view class="mask" bindtap="hidePasswordDialog"></view>
......
......@@ -9,6 +9,7 @@
"comment-editor": "../../../components/commenteditor",
"canvasdrawer": "/components/canvasdrawer/canvasdrawer",
"parser": "../../../components/Parser",
"cssloading": "../../../components/cssloading"
"cssloading": "../../../components/cssloading",
"mwVideo": "plugin://myPlugin/video"
}
}
\ No newline at end of file
......@@ -352,10 +352,22 @@
</view>
<view class="videodialog" wx:if="{{videostatus.videoShow}}">
<view class="videodialogmask" bindtap="closeVideo"></view>
<video class="" binderror="videoErrorCallback" src="{{filter.transformOssVideofy(videostatus.src,videostatus.mode)}}" id="{{videostatus.videoId}}"
initial-time="0" autoplay="false" loop="false" bindplay="" bindpause="" bindended=""
bindtimeupdate="" bindwaiting="" binderror="" bindfullscreenchange="screenchange">
</video>
<mwVideo
class="mwVideo"
src="{{filter.transformOssVideofy(videostatus.src,videostatus.mode)}}"
id="{{videostatus.videoId}}"
initial-time="0"
autoplay="false"
loop="false"
bindplay=""
bindpause=""
bindended=""
bindtimeupdate=""
bindwaiting=""
binderror=""
bindfullscreenchange="screenchange"
>
</mwVideo>
</view>
<view class="poster-dialog" wx:if="{{posterBoxShow}}">
<image class="" src="{{canvasImagePath}}" mode="widthFix" lazy-load="false" binderror="" bindload="" />
......
......@@ -6,7 +6,6 @@
"activity-bar":"../../components/activitybar",
"loginbtn":"../../components/loginbtn",
"guidecollection": "../../components/guidecollection",
"sjdbottombar":"../../components/sjdbottombar",
"cell": "plugin://contactPlugin/cell"
"sjdbottombar":"../../components/sjdbottombar"
}
}
\ No newline at end of file
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