Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
Project
Project
Details
Activity
Releases
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
viitto
mallapp
Commits
3bdafbb9
Commit
3bdafbb9
authored
Oct 20, 2020
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
c7ce0ff6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
courseContent.vue
pages/school/courseContent.vue
+5
-1
No files found.
pages/school/courseContent.vue
View file @
3bdafbb9
...
...
@@ -15,6 +15,7 @@
></video>
<view
class=
"studybg"
v-if=
"selectcourse.Type==1 && selectcourse.IsPay !=1 && studybg==true"
>
<text
style=
"font-size: 13px;color: #FFF;"
v-if=
"studytext=='立即购买'"
>
试看结束
</text>
<text
style=
"font-size: 13px;color: #FFF;"
v-if=
"studytext=='立即去支付'"
>
已有订单信息
</text>
<view
class=
"studybg-t"
@
click=
"trysee()"
:style=
"
{'background':mc}">
<text>
{{
studytext
}}
</text>
</view>
...
...
@@ -92,10 +93,10 @@
export
default
{
components
:
{
coupon
,
},
data
(){
return
{
pageTitle
:
''
,
mc
:
''
,
pricecolor
:
''
,
secondary
:
''
,
...
...
@@ -136,6 +137,9 @@
this
.
secondary
=
this
.
$uiConfig
.
secondary
;
this
.
nav
=
uni
.
getMenuButtonBoundingClientRect
().
top
;
this
.
paddingHTop
=
this
.
nav
+
'px'
;
uni
.
setNavigationBarTitle
({
title
:
this
.
pageTitle
,
});
},
onUnload
(){
//监听页面卸载
if
(
this
.
timer
)
{
...
...
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