Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CFFP-HB
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chao Sun
CFFP-HB
Commits
c262c2a4
Commit
c262c2a4
authored
Dec 15, 2022
by
kyle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
未购买的课程没有展示播放插件
parent
2afab7cf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
+3
-1
pages/courseDetail/courseDetail.vue
+3
-1
No files found.
pages/courseDetail/courseDetail.vue
View file @
c262c2a4
...
@@ -50,7 +50,7 @@
...
@@ -50,7 +50,7 @@
<view
class=
"dataBox"
>
<view
class=
"dataBox"
>
<strong
v-if=
"courseInfo.status==1"
>
¥{{courseInfo.coursePrice}}
</strong>
<strong
v-if=
"courseInfo.status==1"
>
¥{{courseInfo.coursePrice}}
</strong>
<text
v-if=
"courseInfo.status==2"
style=
"color: #F15A1F;margin-right: 20rpx;"
><i
<text
v-if=
"courseInfo.status==2"
style=
"color: #F15A1F;margin-right: 20rpx;"
><i
class=
"iconfont icon-yifukuan"
></i>
已购
{{videoPlaybackInfo.maxViewTime}}
</text>
class=
"iconfont icon-yifukuan"
></i>
已购
</text>
<text>
{{courseInfo.salesNumber}}人购买
</text>
<text>
{{courseInfo.salesNumber}}人购买
</text>
</view>
</view>
...
@@ -344,6 +344,8 @@
...
@@ -344,6 +344,8 @@
this
.
lecturerQuery
();
this
.
lecturerQuery
();
if
(
this
.
courseInfo
.
status
===
2
)
{
if
(
this
.
courseInfo
.
status
===
2
)
{
this
.
findVideoPlayback
();
this
.
findVideoPlayback
();
}
else
{
this
.
isRenderVideo
=
true
;
}
}
}
}
})
})
...
...
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