Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
W
wechatapp.shangjiadao.com
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangxuelai
wechatapp.shangjiadao.com
Commits
87a68432
Commit
87a68432
authored
May 06, 2020
by
wangxuelai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'视频播放组件修改'
parent
bed16adb
Hide whitespace changes
Inline
Side-by-side
Showing
45 changed files
with
333 additions
and
103 deletions
+333
-103
app.json
app.json
+3
-3
app.wxss
app.wxss
+3
-0
index.json
src/pages/calendarthemeindex/index.json
+2
-1
index.wxml
src/pages/calendarthemeindex/index.wxml
+16
-4
landpage.json
src/pages/calendarthemeindex/landpage.json
+2
-1
landpage.wxml
src/pages/calendarthemeindex/landpage.wxml
+16
-4
index.json
src/pages/clockdetail/index.json
+2
-1
index.wxml
src/pages/clockdetail/index.wxml
+3
-4
newindex.json
src/pages/clockdetail/newindex.json
+2
-1
newindex.wxml
src/pages/clockdetail/newindex.wxml
+16
-4
reviewdetail.json
src/pages/clockdetail/reviewdetail.json
+2
-1
reviewdetail.wxml
src/pages/clockdetail/reviewdetail.wxml
+16
-1
index.json
src/pages/clockeditor/index.json
+2
-1
index.wxml
src/pages/clockeditor/index.wxml
+3
-3
index.json
src/pages/commenteditor/index.json
+2
-1
index.wxml
src/pages/commenteditor/index.wxml
+3
-4
index.json
src/pages/growthrecord/index.json
+2
-1
index.wxml
src/pages/growthrecord/index.wxml
+3
-4
index.json
src/pages/morethemeindex/index.json
+2
-1
index.wxml
src/pages/morethemeindex/index.wxml
+16
-4
index.json
src/pages/mycalendart/index.json
+2
-1
index.wxml
src/pages/mycalendart/index.wxml
+16
-4
index.json
src/pages/papersquare/index.json
+2
-1
index.wxml
src/pages/papersquare/index.wxml
+16
-4
reviewdetail.json
src/pages/papersquare/reviewdetail.json
+2
-1
reviewdetail.wxml
src/pages/papersquare/reviewdetail.wxml
+16
-1
index.json
src/pages/readthemeindex/index.json
+2
-1
index.wxml
src/pages/readthemeindex/index.wxml
+16
-4
index.json
src/pages/scoretasklist/index.json
+2
-1
index.wxml
src/pages/scoretasklist/index.wxml
+16
-4
index.json
src/pages/sharemoretheme/index.json
+2
-1
index.wxml
src/pages/sharemoretheme/index.wxml
+16
-4
index.json
src/pages/themeindex/index.json
+2
-1
index.wxml
src/pages/themeindex/index.wxml
+16
-4
landpage.json
src/pages/themeindex/landpage.json
+2
-1
landpage.wxml
src/pages/themeindex/landpage.wxml
+16
-4
clocklist.json
src/pages/websiteindex/clocklist.json
+2
-1
clocklist.wxml
src/pages/websiteindex/clocklist.wxml
+16
-4
index.json
src/pages/websiteindex/index.json
+2
-1
index.wxml
src/pages/websiteindex/index.wxml
+16
-4
onlineclassroomindex.json
src/pages/websiteindex/onlineclassroomindex.json
+2
-1
onlineclassroomindex.wxml
src/pages/websiteindex/onlineclassroomindex.wxml
+16
-4
onlineclassroomplay.json
src/pages/websiteindex/onlineclassroomplay.json
+2
-1
onlineclassroomplay.wxml
src/pages/websiteindex/onlineclassroomplay.wxml
+16
-4
index.json
ucenter/index.json
+1
-2
No files found.
app.json
View file @
87a68432
...
...
@@ -921,9 +921,9 @@
"uploadFile"
:
600000
},
"plugins"
:
{
"
contact
Plugin"
:
{
"version"
:
"1.
3
.0"
,
"provider"
:
"wx
104a1a20c3f81ec2
"
"
my
Plugin"
:
{
"version"
:
"1.
0
.0"
,
"provider"
:
"wx
a645186c39fda543
"
}
},
"sitemapLocation"
:
"sitemap.json"
...
...
app.wxss
View file @
87a68432
...
...
@@ -401,3 +401,6 @@ button::after {
z-index: 1;
transform: scaleY(0.5);
}
.mwVideo {
width: 100%;
}
\ No newline at end of file
src/pages/calendarthemeindex/index.json
View file @
87a68432
...
...
@@ -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
src/pages/calendarthemeindex/index.wxml
View file @
87a68432
...
...
@@ -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}}">
...
...
src/pages/calendarthemeindex/landpage.json
View file @
87a68432
...
...
@@ -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
src/pages/calendarthemeindex/landpage.wxml
View file @
87a68432
...
...
@@ -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>
<!-- 密码输入 -->
...
...
src/pages/clockdetail/index.json
View file @
87a68432
...
...
@@ -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
src/pages/clockdetail/index.wxml
View file @
87a68432
...
...
@@ -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"
>
</
v
ideo>
</
mwV
ideo>
</view>
<view class="" wx:if="{{clock.school_id == activtySchoolInfo.sid}}">
<activity-bar
...
...
src/pages/clockdetail/newindex.json
View file @
87a68432
...
...
@@ -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
src/pages/clockdetail/newindex.wxml
View file @
87a68432
...
...
@@ -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>
...
...
src/pages/clockdetail/reviewdetail.json
View file @
87a68432
...
...
@@ -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
src/pages/clockdetail/reviewdetail.wxml
View file @
87a68432
...
...
@@ -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>
...
...
src/pages/clockeditor/index.json
View file @
87a68432
...
...
@@ -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
src/pages/clockeditor/index.wxml
View file @
87a68432
...
...
@@ -226,8 +226,8 @@
</view>
<view class="videodialog" wx:if="{{videostatus.videoShow}}" >
<view class="videodialogmask" bindtap="closeVideo"></view>
<
v
ideo
class=""
<
mwV
ideo
class="
mwVideo
"
src="{{filter.transformOssVideofy(videostatus.src,videostatus.mode)}}"
id="{{videostatus.videoId}}"
initial-time="0"
...
...
@@ -241,7 +241,7 @@
binderror=""
bindfullscreenchange="screenchange"
>
</
v
ideo>
</
mwV
ideo>
</view>
<view class="" wx:if="{{themeDetail.school_id == activtySchoolInfo.sid && tid != activtySchoolInfo.tid}}">
<activity-bar
...
...
src/pages/commenteditor/index.json
View file @
87a68432
...
...
@@ -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
src/pages/commenteditor/index.wxml
View file @
87a68432
...
...
@@ -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"
>
</
v
ideo>
</
mwV
ideo>
</view>
</view>
<view class="bottomgroup-fix">
...
...
src/pages/growthrecord/index.json
View file @
87a68432
...
...
@@ -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
src/pages/growthrecord/index.wxml
View file @
87a68432
...
...
@@ -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"
>
</
v
ideo>
</
mwV
ideo>
</view>
<guidecollection/>
</view>
\ No newline at end of file
src/pages/morethemeindex/index.json
View file @
87a68432
...
...
@@ -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
src/pages/morethemeindex/index.wxml
View file @
87a68432
...
...
@@ -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}}">
...
...
src/pages/mycalendart/index.json
View file @
87a68432
...
...
@@ -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
src/pages/mycalendart/index.wxml
View file @
87a68432
...
...
@@ -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
...
...
src/pages/papersquare/index.json
View file @
87a68432
...
...
@@ -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
src/pages/papersquare/index.wxml
View file @
87a68432
...
...
@@ -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
...
...
src/pages/papersquare/reviewdetail.json
View file @
87a68432
...
...
@@ -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
src/pages/papersquare/reviewdetail.wxml
View file @
87a68432
...
...
@@ -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>
...
...
src/pages/readthemeindex/index.json
View file @
87a68432
...
...
@@ -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
src/pages/readthemeindex/index.wxml
View file @
87a68432
...
...
@@ -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
src/pages/scoretasklist/index.json
View file @
87a68432
...
...
@@ -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
src/pages/scoretasklist/index.wxml
View file @
87a68432
...
...
@@ -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">
...
...
src/pages/sharemoretheme/index.json
View file @
87a68432
...
...
@@ -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
src/pages/sharemoretheme/index.wxml
View file @
87a68432
...
...
@@ -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}}">
...
...
src/pages/themeindex/index.json
View file @
87a68432
...
...
@@ -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
src/pages/themeindex/index.wxml
View file @
87a68432
...
...
@@ -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}}">
...
...
src/pages/themeindex/landpage.json
View file @
87a68432
...
...
@@ -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
src/pages/themeindex/landpage.wxml
View file @
87a68432
...
...
@@ -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>
<!-- 密码加入 -->
...
...
src/pages/websiteindex/clocklist.json
View file @
87a68432
...
...
@@ -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
src/pages/websiteindex/clocklist.wxml
View file @
87a68432
...
...
@@ -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>
src/pages/websiteindex/index.json
View file @
87a68432
...
...
@@ -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
src/pages/websiteindex/index.wxml
View file @
87a68432
...
...
@@ -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}}"
...
...
src/pages/websiteindex/onlineclassroomindex.json
View file @
87a68432
...
...
@@ -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
src/pages/websiteindex/onlineclassroomindex.wxml
View file @
87a68432
...
...
@@ -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>
...
...
src/pages/websiteindex/onlineclassroomplay.json
View file @
87a68432
...
...
@@ -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
src/pages/websiteindex/onlineclassroomplay.wxml
View file @
87a68432
...
...
@@ -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="" />
...
...
ucenter/index.json
View file @
87a68432
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment