Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨炀
/
ztx_wx_admin
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
4a9a49bf
authored
2023-10-24 18:28:59 +0800
by
杨炀
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
no message
1 parent
f0ab4214
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
16 deletions
common/mystyle.scss
pages/index/index.vue
pages/level/ztx/cert.vue
common/mystyle.scss
View file @
4a9a49b
...
...
@@ -344,10 +344,7 @@ color: #7D8592;}
display
:
block
;
font-size
:
14px
;
}
.bgbg
{
padding
:
0
0
60rpx
;
color
:
#fff
;
background
:
#C40F18
;
}
.bgbg
{
padding
:
0
0
60rpx
;
color
:
#fff
;
background
:
#C40F18
;
position
:
relative
;}
.girdBox
{
display
:
flex
;
flex-wrap
:
wrap
;
padding
:
0
0
40rpx
;
background
:
#FFFFFF
;
position
:
relative
;
top
:
-30rpx
;
border-radius
:
20rpx
20rpx
0rpx
0rpx
;
...
...
pages/index/index.vue
View file @
4a9a49b
...
...
@@ -58,25 +58,25 @@
<view
@
click=
"goPath('/pages/level/ztx/approval')"
>
<image
/>
级位考试审核
</view>
<view
@
click=
"goPath('/pages/level/ztx/cert')"
>
<view
@
click=
"goPath('/pages/level/ztx/cert
?type=1
')"
>
<image
/>
级位证书发布
</view>
<view
@
click=
"goPath('/pages/rank/approval')"
>
<view
@
click=
"goPath('/pages/rank/approval
?type=2
')"
>
<image
/>
段位考试审核
</view>
<view
@
click=
"goPath('/pages/rank/scoreApproval')"
>
<view
@
click=
"goPath('/pages/rank/scoreApproval
?type=2
')"
>
<image
/>
考段成绩审核
</view>
<view
@
click=
"goPath('/pages/
rank/cert
')"
>
<view
@
click=
"goPath('/pages/
level/ztx/cert?type=2
')"
>
<image
/>
考段证书发布
</view>
<view
@
click=
"goPath('/pages/rank/
skip/approval
')"
>
<view
@
click=
"goPath('/pages/rank/
approval?type=3
')"
>
<image
/>
越段考试审核
</view>
<view
@
click=
"goPath('/pages/rank/s
kip/scoreApproval
')"
>
<view
@
click=
"goPath('/pages/rank/s
coreApproval?type=3
')"
>
<image
/>
越段成绩审核
</view>
<view
@
click=
"goPath('/pages/
rank/skip/cert
')"
>
<view
@
click=
"goPath('/pages/
level/ztx/cert?type=3
')"
>
<image
/>
越段证书发布
</view>
</view>
...
...
@@ -142,7 +142,10 @@
}
});
function
loginOut
(){
let
path
=
'/pages/index/login'
;
uni
.
reLaunch
({
url
:
path
});
}
function
goPath
(
path
)
{
uni
.
navigateTo
({
...
...
@@ -293,8 +296,8 @@
}
</
script
>
<
style
scope
lang=
"scss"
>
.loginOutIcon
{
image{
}
.loginOutIcon
{
position
:
absolute
;
right
:
30
rpx
;
top
:
30
rpx
;
image{
width
:
50
rpx
;
height
:
50
rpx
;
}
}
.welcome
{
padding
:
55
rpx
;
...
...
pages/level/ztx/cert.vue
View file @
4a9a49b
...
...
@@ -66,7 +66,7 @@
const
deptType
=
ref
(
''
)
const
userType
=
ref
(
''
)
onLoad
((
option
)
=>
{
queryParams
.
value
.
type
=
option
.
type
})
onShow
(()
=>
{
if
(
app
.
globalData
.
isLogin
)
{
...
...
@@ -98,7 +98,7 @@
function
goDetail
(
item
)
{
// const form = encodeURIComponent(JSON.stringify(item))
let
path
=
`/pages/level/ztx/examList?type=
1
&payId=
${
item
.
payId
}
`
let
path
=
`/pages/level/ztx/examList?type=
${
queryParams
.
value
.
type
}
&payId=
${
item
.
payId
}
`
uni
.
navigateTo
({
url
:
path
});
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment