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
aa5cbc39
Commit
aa5cbc39
authored
Jan 11, 2022
by
Mac
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/xiangwei/educationstu
parents
50bb4322
6282d2fc
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
7 deletions
+8
-7
index.vue
src/pages/index/index.vue
+5
-4
courseList.vue
src/pages/study/courseList.vue
+2
-2
index.vue
src/pages/study/index.vue
+1
-1
No files found.
src/pages/index/index.vue
View file @
aa5cbc39
...
...
@@ -49,7 +49,7 @@
</view>
<view
class=
"wordBox"
>
<view
class=
"wordTitle"
>
单词
积分
单词
练习
</view>
<view
class=
"flex_around_center "
>
<view
class=
"wordItem"
>
...
...
@@ -63,7 +63,7 @@
class=
"wordItemTextUnit"
>
词
</text></text>
</view>
</view>
<view
class=
"wordDuration"
>
<view
class=
"wordDuration"
style=
"visibility: hidden;"
>
预计用时10分钟
</view>
<view
class=
"wordBtn"
...
...
@@ -126,8 +126,8 @@
</view>
</view>
</view>
</view>
<bottom></bottom>
<canvas
canvas-id=
"myCanvas"
class=
"canvas"
style=
"position:absolute;left: -1000px;"
></canvas>
<van-toast
id=
"van-toast"
/>
</view>
...
...
@@ -154,10 +154,12 @@
}
from
'../../utils/index.js'
import
indexassembly
from
'./components/indexassembly.vue'
import
navbar
from
'../../components/navbar.vue'
import
bottom
from
'../../components/bottom.vue'
export
default
{
components
:
{
indexassembly
,
navbar
,
bottom
},
setup
(
props
)
{
let
{
...
...
@@ -269,7 +271,6 @@
min-height
:
100vh
;
background-color
:
#F5F5F5
;
box-sizing
:
border-box
;
padding-bottom
:
40
rpx
;
}
.navbarSticky
{
...
...
src/pages/study/courseList.vue
View file @
aa5cbc39
...
...
@@ -129,13 +129,13 @@
<view>
<img
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/educationStu/fuxi.png"
alt=
""
/>
</view>
<view
class=
"Course_Opera"
>
复习
</view>
<view
class=
"Course_Opera"
>
单词
</view>
</view>
<view>
<view
@
click=
"jumpPage(`/pages/word/test?CourseId=0`)"
>
<img
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/educationStu/ceshi.png"
alt=
""
/>
</view>
<view
class=
"Course_Opera"
>
测试
</view>
<view
class=
"Course_Opera"
>
练习
</view>
</view>
</view>
</view>
...
...
src/pages/study/index.vue
View file @
aa5cbc39
...
...
@@ -247,7 +247,7 @@
<view
class=
"box_tb"
>
<view
class=
"row"
style=
"justify-content: space-between;"
>
<view
class=
"row"
style=
"color: #111111;font-size: 14px;font-weight: bold;"
>
<view
>
单词
积分
</view>
<view
>
单词
练习
</view>
<view
style=
"margin-left: 5px;"
>
{{
InfoData
.
TotalScore
}}
</view>
</view>
<view
style=
"font-size: 11px;color: #4C50E7;"
@
click=
"gourl()"
>
所有单词
</view>
...
...
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