Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
educationStu
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
向伟
educationStu
Commits
b42c30ac
Commit
b42c30ac
authored
Jan 13, 2022
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2
parent
72610769
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
2 deletions
+13
-2
person.vue
src/pages/person/person.vue
+1
-1
courseList.vue
src/pages/study/courseList.vue
+12
-1
No files found.
src/pages/person/person.vue
View file @
b42c30ac
...
...
@@ -33,7 +33,7 @@
留学订单
</view>
</view>
<view
class=
"orderItem "
>
<view
class=
"orderItem "
@
click=
"jumpPage(`/pages/contract/contract`)"
>
<view
class=
" flex_between_center"
style=
"width:100%"
>
<view
class=
"orderNum"
>
{{
pageData
.
ContractNum
||
0
}}
</view>
<image
src=
"../../static/image/person/order3.png"
mode=
"aspectFill"
class=
"orderIcon"
></image>
...
...
src/pages/study/courseList.vue
View file @
b42c30ac
...
...
@@ -131,7 +131,7 @@
void-icon=
"star"
icon=
"star"
:count=
"3"
/>
</view>
</view>
<view
class=
"Course_Two"
v-if=
"item.isShow"
@
click=
"go
WordStudy(item,1
)"
>
<view
class=
"Course_Two"
v-if=
"item.isShow"
@
click=
"go
CourseReview(item
)"
>
<view>
<view>
<img
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/educationStu/review.png"
...
...
@@ -250,6 +250,17 @@
url
:
url
});
}
},
goCourseReview
(
obj
)
{
let
flag
=
obj
.
CourseReview
.
some
(
e
=>
{
return
e
.
VideoUrl
})
if
(
!
flag
){
uni
.
showToast
({
icon
:
'none'
,
title
:
"暂无课程回顾"
})
}
}
}
onMounted
(()
=>
{})
...
...
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