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
a4c577fc
Commit
a4c577fc
authored
Oct 08, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
e1592cba
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
27 deletions
+26
-27
index.vue
src/pages/index/index.vue
+26
-27
No files found.
src/pages/index/index.vue
View file @
a4c577fc
...
@@ -322,13 +322,13 @@ export default {
...
@@ -322,13 +322,13 @@ export default {
bgcolor
:
"#FFEAFE"
,
bgcolor
:
"#FFEAFE"
,
jumpUrl
:
`/pages/surplusTime/surplusTime`
,
jumpUrl
:
`/pages/surplusTime/surplusTime`
,
},
},
{
//
{
name
:
"电子合同"
,
//
name: "电子合同",
desc
:
"5个"
,
//
desc: "5个",
img
:
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/educationStu/icon5.png"
,
//
img: "https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/educationStu/icon5.png",
bgcolor
:
"#D9FAF1"
,
//
bgcolor: "#D9FAF1",
jumpUrl
:
"/pages/contract/contract"
,
//
jumpUrl: "/pages/contract/contract",
},
//
},
{
{
name
:
"我的老师"
,
name
:
"我的老师"
,
desc
:
"李琴"
,
desc
:
"李琴"
,
...
@@ -339,20 +339,20 @@ export default {
...
@@ -339,20 +339,20 @@ export default {
],
],
// 学习园地
// 学习园地
learnList
:
[
learnList
:
[
{
//
{
name
:
"日语学习园地"
,
//
name: "日语学习园地",
desc
:
"日本語の勉強"
,
//
desc: "日本語の勉強",
bgcolor
:
"#F6E5FE"
,
//
bgcolor: "#F6E5FE",
img
:
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/educationStu/garden1.png"
,
//
img: "https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/educationStu/garden1.png",
jumpUrl
:
"/pages/learningGarden/learningGardenList"
,
//
jumpUrl: "/pages/learningGarden/learningGardenList",
},
//
},
{
//
{
name
:
"韩语学习园地"
,
//
name: "韩语学习园地",
desc
:
"정원"
,
//
desc: "정원",
bgcolor
:
"#FEF5D6"
,
//
bgcolor: "#FEF5D6",
img
:
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/educationStu/garden2.png"
,
//
img: "https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/educationStu/garden2.png",
jumpUrl
:
""
,
//
jumpUrl: "",
},
//
},
],
],
indicatorDots
:
true
,
//是否显示轮播指示点
indicatorDots
:
true
,
//是否显示轮播指示点
autoplay
:
false
,
autoplay
:
false
,
...
@@ -411,10 +411,8 @@ export default {
...
@@ -411,10 +411,8 @@ export default {
}
}
},
},
//跳转至详情
//跳转至详情
goActiveDetail
(
Id
){
goActiveDetail
(
Id
)
{
this
.
jumpPage
(
this
.
jumpPage
(
`/pages/activity/activityDetails?Id=
${
Id
}
`
);
`/pages/activity/activityDetails?Id=
${
Id
}
`
);
},
},
previewImage
(
arr
,
i
)
{
previewImage
(
arr
,
i
)
{
uni
.
previewImage
({
uni
.
previewImage
({
...
@@ -433,6 +431,7 @@ export default {
...
@@ -433,6 +431,7 @@ export default {
onMounted
(()
=>
{
onMounted
(()
=>
{
console
.
log
(
process
.
env
);
console
.
log
(
process
.
env
);
console
.
log
(
uni
.
getSystemInfoSync
());
data
.
statusBarHeight
=
uni
.
getSystemInfoSync
().
statusBarHeight
;
data
.
statusBarHeight
=
uni
.
getSystemInfoSync
().
statusBarHeight
;
data
.
userinfo
=
uni
.
getStorageSync
(
"userInfo"
);
data
.
userinfo
=
uni
.
getStorageSync
(
"userInfo"
);
data
.
userinfo
.
EnterPhone2
=
desensitization
(
data
.
userinfo
.
EnterPhone2
=
desensitization
(
...
...
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