Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
A
az-uniapp-wechat-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
李智书
az-uniapp-wechat-web
Commits
6010af64
Commit
6010af64
authored
Jul 23, 2021
by
李智书
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.新增学生毕业信息显示页面;
parent
d28e1f6e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
127 additions
and
1 deletion
+127
-1
pages.json
pages.json
+11
-1
pages/StudentsGraduate/StudentsGraduate.vue
pages/StudentsGraduate/StudentsGraduate.vue
+116
-0
static/images/StudentsGraduate.png
static/images/StudentsGraduate.png
+0
-0
No files found.
pages.json
View file @
6010af64
...
...
@@ -127,7 +127,17 @@
}
}
],
,{
"path"
:
"pages/StudentsGraduate/StudentsGraduate"
,
"style"
:
{
"navigationStyle"
:
"custom"
,
"navigationBarTitleText"
:
"首页"
,
"enablePullDownRefresh"
:
false
}
}
],
"globalStyle"
:
{
"navigationBarTextStyle"
:
"black"
,
"navigationBarTitleText"
:
"校智付"
,
...
...
pages/StudentsGraduate/StudentsGraduate.vue
0 → 100644
View file @
6010af64
<
template
>
<view
class=
"container"
>
<view
class=
"StudentsGraduate"
>
<image
src=
"../../static/images/StudentsGraduate.png"
mode=
"aspectFit"
></image>
</view>
<view
class=
"StudentsGraduateInfo"
>
<view
class=
"schoolname"
>
{{
StudentsGraduateInfo
.
schoolname
}}
</view>
<view
class=
"StudentInfo"
>
<span>
{{
StudentsGraduateInfo
.
name
}}
</span>
<span>
{{
StudentsGraduateInfo
.
classname
}}
</span>
</view>
<view
class=
"Graduate"
>
恭喜您的小孩已经毕业!
</view>
</view>
</view>
</
template
>
<
script
>
export
default
{
name
:
"
StudentsGraduate
"
,
data
()
{
return
{
StudentsGraduateInfo
:
{
schoolname
:
"
隆回县第一中学
"
,
classname
:
"
高一63班
"
,
gradename
:
"
高一
"
,
name
:
"
王宇涵
"
}
}
},
onLoad
:
function
(
options
)
{
console
.
log
(
options
);
this
.
StudentsGraduateInfo
=
options
},
methods
:
{
}
}
</
script
>
<
style
scoped
lang=
"scss"
>
.container
{
padding-top
:
128rpx
;
}
.StudentsGraduate
{
width
:
691rpx
;
height
:
633rpx
;
margin
:
0
auto
;
margin-top
:
136rpx
;
text-align
:
center
;
}
.StudentsGraduateInfo
{
margin-top
:
109rpx
;
text-align
:
center
;
.schoolname
{
height
:
45rpx
;
font-size
:
32rpx
;
font-family
:
PingFangSC-Semibold
,
PingFang
SC
;
font-weight
:
600
;
color
:
#08C379
;
line-height
:
45rpx
;
}
.StudentInfo
{
width
:
372rpx
;
height
:
70rpx
;
line-height
:
70rpx
;
background
:
#08C379
;
border-radius
:
40rpx
;
margin
:
0
auto
;
margin-top
:
21rpx
;
span
:nth-child
(
1
)
{
width
:
132rpx
;
height
:
62rpx
;
font-size
:
44rpx
;
font-family
:
PingFangSC-Semibold
,
PingFang
SC
;
font-weight
:
600
;
color
:
#FFFFFF
;
line-height
:
62rpx
;
}
span
:nth-child
(
2
)
{
margin-left
:
17rpx
;
width
:
101rpx
;
height
:
33rpx
;
font-size
:
24rpx
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-weight
:
400
;
color
:
#FFFFFF
;
line-height
:
33rpx
;
}
}
.Graduate
{
height
:
62rpx
;
font-size
:
44rpx
;
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
font-weight
:
500
;
color
:
#333333
;
line-height
:
62rpx
;
margin-top
:
75rpx
;
}
}
.StudentsGraduate
image
{
width
:
100%
;
height
:
100%
;
}
</
style
>
static/images/StudentsGraduate.png
0 → 100644
View file @
6010af64
117 KB
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