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
ff2bd7bc
Commit
ff2bd7bc
authored
Jan 12, 2022
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2
parent
036fc508
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
412 additions
and
451 deletions
+412
-451
index.vue
src/pages/index/index.vue
+7
-6
person.vue
src/pages/person/person.vue
+405
-445
No files found.
src/pages/index/index.vue
View file @
ff2bd7bc
...
...
@@ -67,13 +67,9 @@
@
click=
"jumpPage(`/pages/word/word?CourseId=$
{pageData.Words.CourseId}
&&
ChapterId=${pageData.Words.NextCourseNo}
&&
ReviewChapterId=${pageData.Words.ReviewCourseNo}
&&
ClassId=${pageData.Words.ClassId}`)">
开始学习
</view>
<view
class=
"wordBtn"
@
click=
"jumpPage(`/pages/word/test?CourseId=$
{pageData.Words.CourseId}
&&
ChapterId=${pageData.Words.NextCourseNo}
&&
ReviewChapterId=${pageData.Words.ReviewCourseNo}`)">
开始测试
</view>
</view>
<view
class=
"courseBox"
>
<view
class=
"courseInnerBox"
>
<view
class=
"courseInnerBox"
@
click=
"jumpTimetable"
>
<view
class=
"top"
>
<image
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/educationStu/classtime.png"
mode=
"aspectFit"
class=
"courseIcon"
></image>
...
...
@@ -114,7 +110,7 @@
font-weight: 500;
color: #4C50E7;"
@
click=
"jumpGarden(item.Id)"
>
查看更多
</text>
</view>
<view
class=
"gardenCon"
v-for=
"(item1,index1) in item.List"
:key=
"index1"
id=
"img"
>
<view
class=
"gardenCon"
v-for=
"(item1,index1) in item.List"
:key=
"index1"
id=
"img"
@
click=
"jumpPage(`/pages/learningGarden/learningGardenDetails?Id=$
{item1.Id}`)"
>
<image
:src=
"item1.Img"
mode=
"aspectFill"
:id=
"'img'+index1"
style=
"width: 100%;height:100%;border-radius: 24rpx 24rpx 0 0;"
></image>
<view
class=
"gardenTextBox"
...
...
@@ -185,6 +181,11 @@
url
:
url
,
});
},
jumpTimetable
()
{
uni
.
switchTab
({
url
:
'/pages/timetable/timeTable'
,
})
},
scan
()
{
// 调起条码扫描
uni
.
scanCode
({
...
...
src/pages/person/person.vue
View file @
ff2bd7bc
This diff is collapsed.
Click to expand it.
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