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
f7884a68
Commit
f7884a68
authored
Jan 13, 2022
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2
parent
fe348df8
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
5 deletions
+10
-5
index.vue
src/pages/index/index.vue
+4
-4
test.vue
src/pages/word/test.vue
+6
-1
No files found.
src/pages/index/index.vue
View file @
f7884a68
...
@@ -22,9 +22,9 @@
...
@@ -22,9 +22,9 @@
<view
class=
"scanBox"
@
click=
"scan"
>
<view
class=
"scanBox"
@
click=
"scan"
>
<image
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/educationStu/scan2x.png"
<image
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/educationStu/scan2x.png"
mode=
"aspectFit"
class=
"scanIcon"
></image>
mode=
"aspectFit"
class=
"scanIcon"
></image>
<view
class=
"scanText"
>
<
!--
<
view
class=
"scanText"
>
签到
签到
</view>
</view>
-->
</view>
</view>
</view>
</view>
</navbar>
</navbar>
...
@@ -108,10 +108,9 @@
...
@@ -108,10 +108,9 @@
<text>
{{
item
.
Name
}}
</text>
<text>
{{
item
.
Name
}}
</text>
<view
style=
"
<view
style=
"
height: 60rpx;
height: 60rpx;
line-height: 59rpx;
font-size: 24rpx;
font-size: 24rpx;
font-weight: 500;
font-weight: 500;
color: #4C50E7;display: flex;"
@
click=
"jumpGarden(item.Id)"
>
查看更多
color: #4C50E7;display: flex;
align-items: center;
"
@
click=
"jumpGarden(item.Id)"
>
查看更多
<van-icon
name=
"arrow"
/>
<van-icon
name=
"arrow"
/>
</view>
</view>
</view>
</view>
...
@@ -396,6 +395,7 @@
...
@@ -396,6 +395,7 @@
}
}
.swiper
{
.swiper
{
height
:
100%
;
position
:
relative
;
position
:
relative
;
border-radius
:
20
rpx
;
border-radius
:
20
rpx
;
}
}
...
...
src/pages/word/test.vue
View file @
f7884a68
...
@@ -75,7 +75,6 @@
...
@@ -75,7 +75,6 @@
const
total
=
data
.
reviewGroupList
.
length
+
data
.
prepGroupList
.
length
const
total
=
data
.
reviewGroupList
.
length
+
data
.
prepGroupList
.
length
if
(
data
.
curTest
==
total
)
{
if
(
data
.
curTest
==
total
)
{
methods
.
submitWordsTest
()
methods
.
submitWordsTest
()
data
.
curTest
=
total
-
1
}
}
},
},
next
(
val
,
item
)
{
next
(
val
,
item
)
{
...
@@ -125,6 +124,12 @@
...
@@ -125,6 +124,12 @@
this
.
msg
.
NextChapterId
=
options
.
NextChapterId
;
this
.
msg
.
NextChapterId
=
options
.
NextChapterId
;
this
.
getList
();
this
.
getList
();
},
},
onShow
()
{
const
total
=
this
.
reviewGroupList
.
length
+
this
.
prepGroupList
.
length
if
(
this
.
curTest
==
total
&&
this
.
curTest
!==
0
){
this
.
curTest
=
total
-
1
}
}
};
};
</
script
>
</
script
>
...
...
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