Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
dev
/
home-with-kids-mp
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
c165f4b4
authored
2019-11-28 16:38:52 +0800
by
simon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
默认提交
1 parent
8a1d5784
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
src/pages/detail/detail.wxml
src/pages/index/index.js
src/pages/reward-completed/reward-completed.wxml
src/pages/detail/detail.wxml
View file @
c165f4b
...
...
@@ -6,7 +6,7 @@
<view class="content">
<!-- 视频详情 -->
<view class="detail">
<video objectFit="co
ver
" class="vid" poster="{{detailData.thumbnail}}" src="{{detailData.videoUrl}}" />
<video objectFit="co
ntain
" class="vid" poster="{{detailData.thumbnail}}" src="{{detailData.videoUrl}}" />
<view class="btn-wrap">
<button open-type="share" class="ani-scl btn btn2">
<span class="t1 iconfont iconplane"></span>
...
...
src/pages/index/index.js
View file @
c165f4b
...
...
@@ -100,7 +100,7 @@ Page({
app
.
router
.
push
({
path
:
"detail"
,
query
:
{
c
:
curItem
.
videoCode
||
""
c
:
videoCode
}
})
}
...
...
src/pages/reward-completed/reward-completed.wxml
View file @
c165f4b
...
...
@@ -8,7 +8,7 @@
<view class="reward">
<text class="tips tips1">赞赏成功!\n我们将持续为您奉献精彩内容!</text>
<text class="tips tips2">解锁一段隐藏祝福视频,请有缘人观看</text>
<video objectFit="co
ver
" class="vid" poster="https://kd.cdn.xyiyang.com/pro/mzczcradmin/008194acee794506aac4c7200ce654dc.jpg" src="https://kd.cdn.xyiyang.com/pro/mzczcradmin/7e91e8a4c7b84e6fa4bada7c8617c9cf.mp4" />
<video objectFit="co
ntain
" class="vid" poster="https://kd.cdn.xyiyang.com/pro/mzczcradmin/008194acee794506aac4c7200ce654dc.jpg" src="https://kd.cdn.xyiyang.com/pro/mzczcradmin/7e91e8a4c7b84e6fa4bada7c8617c9cf.mp4" />
</view>
<!-- 功能区 -->
<view class="func">
...
...
Please
register
or
sign in
to post a comment