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
8fcf4250
Commit
8fcf4250
authored
Oct 22, 2020
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
5718d6d9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
orderStudy.vue
pages/school/mystudy/orderStudy.vue
+2
-2
studyrecord.vue
pages/school/mystudy/studyrecord.vue
+1
-0
No files found.
pages/school/mystudy/orderStudy.vue
View file @
8fcf4250
<
template
>
<view
class=
"orderStudy"
:style=
"
{ height: contentHeight }">
<u-empty
v-if=
"g.length == 0"
text=
"暂无相关
学习卡
"
mode=
"list"
></u-empty>
<u-empty
v-if=
"g.length == 0"
text=
"暂无相关
报名记录
"
mode=
"list"
></u-empty>
<view
v-if=
"g.length > 0"
...
...
@@ -19,7 +19,7 @@
@
scrolltolower=
"lower"
:style=
"
{ height: '100%' }"
>
<view
class=
"details"
>
<view
class=
"details"
>
<view
class=
"item"
v-for=
"(x, i) in g"
:key=
"i"
@
click=
"gocourse(x)"
>
<view
class=
"ticket"
>
<image
mode=
"aspectFill"
:src=
"x.CarouselImage"
style=
"width: 100%; height: 100%;border-top-left-radius: 5px;border-bottom-left-radius: 5px;"
></image>
...
...
pages/school/mystudy/studyrecord.vue
View file @
8fcf4250
...
...
@@ -88,6 +88,7 @@
</view>
</view>
<u-loadmore
v-if=
"g.length>0"
:status=
"status"
:load-text=
"loadText"
:font-size=
"24"
...
...
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