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
e873d66e
Commit
e873d66e
authored
Jul 25, 2021
by
符伟
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
https://git.xiaopay.net/lizhishu/az-uniapp-wechat-web
into dev
parents
763748fc
8c2234f8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
128 additions
and
2 deletions
+128
-2
pages.json
pages.json
+12
-2
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 @
e873d66e
...
...
@@ -154,6 +154,14 @@
}
},{
"path"
:
"pages/StudentsGraduate/StudentsGraduate"
,
"style"
:
{
"navigationStyle"
:
"custom"
,
"navigationBarTitleText"
:
"首页"
,
"enablePullDownRefresh"
:
false
}
},{
"path"
:
"pages/AgreementXL/agreement/main"
,
"style"
:
{
...
...
@@ -197,9 +205,11 @@
"path"
:
"pages/AgreementXZF/rule/main"
,
"style"
:
{
"navigationBarTitleText"
:
""
,
"navigationBarTitleText"
:
""
,
"enablePullDownRefresh"
:
false
}
}
}
],
...
...
pages/StudentsGraduate/StudentsGraduate.vue
0 → 100644
View file @
e873d66e
<
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 @
e873d66e
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