Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CFFP-HB
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chao Sun
CFFP-HB
Commits
e9420191
Commit
e9420191
authored
Nov 21, 2022
by
kyle
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://139.224.139.2:9091/chaosun/CFFP
parents
d02663af
c339f257
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
87 additions
and
15 deletions
+87
-15
pages/application-process/basic-info.vue
+74
-2
pages/authentication-query/authentication-query.vue
+4
-4
pages/authentication-query/authentication-result.vue
+4
-4
pages/myPoints/myPoints.vue
+5
-5
No files found.
pages/application-process/basic-info.vue
View file @
e9420191
<
template
>
<
template
>
<view
class=
"container"
>
<view
class=
"container"
>
<view
class=
"title"
>
<view>
<text
class=
"line"
></text>
基本资料
</view>
<text
class=
"page_mark"
>
1/8
</text>
</view>
<view
class=
"content"
>
<view
class=
"contentDetail employ"
>
<view
class=
"contentItem"
>
<text>
邀请码
</text>
<input
type=
"text"
class=
"form-control"
/>
</view>
<view
class=
"contentItem"
>
<text>
申请身份
</text>
<input
type=
"text"
class=
"form-control"
/>
</view>
<view
class=
"contentItem"
>
<text>
所属组织
</text>
<input
type=
"text"
class=
"form-control"
/>
</view>
<view
class=
"contentItem"
>
<text>
姓名
</text>
<input
type=
"text"
class=
"form-control"
/>
</view>
<view
class=
"contentItem"
>
<text>
证件类型
</text>
<input
type=
"text"
class=
"form-control"
/>
</view>
<view
class=
"contentItem"
>
<text>
证件号码
</text>
<view>
<input
type=
"text"
class=
"form-control"
/>
</view>
</view>
<view
class=
"contentItem"
>
<text>
出生日期
</text>
<view><input
type=
"text"
class=
"form-control"
/></view>
</view>
<view
class=
"contentItem"
>
<text>
居住地址
</text>
<view><input
type=
"text"
class=
"form-control"
/></view>
</view>
</view>
</view>
<footer
class=
"fixed"
>
保存并下一步
</footer>
</view>
</view>
</
template
>
</
template
>
...
@@ -21,5 +68,29 @@
...
@@ -21,5 +68,29 @@
}
}
</
script
>
</
script
>
<
style
>
<
style
lang=
"scss"
>
.container
{
font-size
:
36
rpx
;
background
:
#fff
;
min-height
:
100%
;
.title{
padding
:
20
rpx
30
rpx
0
30
rpx
;
display
:
flex
;
justify-content
:
space-between
;
font-weight
:
bold
;
align-items
:
center
;
font-size
:
36
rpx
;
view
{
display
:
flex
;
align-items
:
center
;
.line{
width
:
10
rpx
;
height
:
36
rpx
;
display
:
inline-block
;
background
:
#FA882F
;
margin-right
:
10
rpx
;
}
}
}
}
</
style
>
</
style
>
\ No newline at end of file
pages/authentication-query/authentication-query.vue
View file @
e9420191
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
<text>
姓名:
</text><input
class=
"uni-input"
type=
"text"
placeholder=
"请输入姓名"
v-model=
"userName"
/>
<text>
姓名:
</text><input
class=
"uni-input"
type=
"text"
placeholder=
"请输入姓名"
v-model=
"userName"
/>
</view>
</view>
<view
class=
"others_item"
>
<view
class=
"others_item"
>
<text>
认证编号:
</text><input
class=
"uni-input"
type=
"text"
placeholder=
"请输证书编号"
v-model=
"
cer
Code"
/>
<text>
认证编号:
</text><input
class=
"uni-input"
type=
"text"
placeholder=
"请输证书编号"
v-model=
"
authentication
Code"
/>
</view>
</view>
</view>
</view>
<view
class=
"search_btn"
@
click=
"confirmSearch()"
>
<view
class=
"search_btn"
@
click=
"confirmSearch()"
>
...
@@ -39,7 +39,7 @@
...
@@ -39,7 +39,7 @@
{
name
:
'他人认证查询'
,
id
:
2
,
des
:
'帮助用人单位鉴别证书是否真实有效'
}
{
name
:
'他人认证查询'
,
id
:
2
,
des
:
'帮助用人单位鉴别证书是否真实有效'
}
],
],
userName
:
null
,
userName
:
null
,
cer
Code
:
null
,
authentication
Code
:
null
,
queryType
:
null
queryType
:
null
}
}
},
},
...
@@ -67,7 +67,7 @@
...
@@ -67,7 +67,7 @@
})
})
return
;
return
;
}
}
if
(
!
this
.
cer
Code
){
if
(
!
this
.
authentication
Code
){
uni
.
showToast
({
uni
.
showToast
({
title
:
'请输入证书编号'
,
title
:
'请输入证书编号'
,
duration
:
2000
,
duration
:
2000
,
...
@@ -77,7 +77,7 @@
...
@@ -77,7 +77,7 @@
}
}
}
}
uni
.
navigateTo
({
uni
.
navigateTo
({
url
:
`../authentication-query/authentication-result?queryType=
${
this
.
queryType
}
&userName=
${
this
.
userName
}
&
cerCode=
${
this
.
cer
Code
}
`
url
:
`../authentication-query/authentication-result?queryType=
${
this
.
queryType
}
&userName=
${
this
.
userName
}
&
authenticationCode=
${
this
.
authentication
Code
}
`
})
})
}
}
}
}
...
...
pages/authentication-query/authentication-result.vue
View file @
e9420191
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<text>
姓名:
</text><input
class=
"uni-input"
type=
"text"
placeholder=
"请输入姓名"
v-model=
"userName"
/>
<text>
姓名:
</text><input
class=
"uni-input"
type=
"text"
placeholder=
"请输入姓名"
v-model=
"userName"
/>
</view>
</view>
<view
class=
"others_item"
>
<view
class=
"others_item"
>
<text>
认证编号:
</text><input
class=
"uni-input"
type=
"text"
placeholder=
"请输证书编号"
v-model=
"
cer
Code"
/>
<text>
认证编号:
</text><input
class=
"uni-input"
type=
"text"
placeholder=
"请输证书编号"
v-model=
"
authentication
Code"
/>
</view>
</view>
</view>
</view>
<view
class=
"certifyListContent"
v-if=
"userCertificates?.length>0"
>
<view
class=
"certifyListContent"
v-if=
"userCertificates?.length>0"
>
...
@@ -34,7 +34,7 @@
...
@@ -34,7 +34,7 @@
data
(){
data
(){
return
{
return
{
userName
:
null
,
userName
:
null
,
cer
Code
:
null
,
authentication
Code
:
null
,
queryType
:
null
,
queryType
:
null
,
userCertificates
:[]
userCertificates
:[]
}
}
...
@@ -43,7 +43,7 @@
...
@@ -43,7 +43,7 @@
onLoad
(){
onLoad
(){
this
.
userName
=
common
.
getQueryString
(
'userName'
)
==
'null'
?
undefined
:
common
.
getQueryString
(
'userName'
);
this
.
userName
=
common
.
getQueryString
(
'userName'
)
==
'null'
?
undefined
:
common
.
getQueryString
(
'userName'
);
this
.
cerCode
=
common
.
getQueryString
(
'cerCode'
)
==
'null'
?
undefined
:
common
.
getQueryString
(
'cer
Code'
);
this
.
authenticationCode
=
common
.
getQueryString
(
'authenticationCode'
)
==
'null'
?
undefined
:
common
.
getQueryString
(
'authentication
Code'
);
this
.
queryType
=
common
.
getQueryString
(
'queryType'
);
this
.
queryType
=
common
.
getQueryString
(
'queryType'
);
console
.
log
(
this
.
queryType
)
console
.
log
(
this
.
queryType
)
this
.
getResult
();
this
.
getResult
();
...
@@ -54,7 +54,7 @@
...
@@ -54,7 +54,7 @@
queryType
:
this
.
queryType
,
queryType
:
this
.
queryType
,
userId
:
uni
.
getStorageSync
(
'cffp_userId'
),
userId
:
uni
.
getStorageSync
(
'cffp_userId'
),
userName
:
this
.
userName
,
userName
:
this
.
userName
,
cerCode
:
this
.
cer
Code
authenticationCode
:
this
.
authentication
Code
}
}
api
.
userCertificateResult
(
param
).
then
((
res
)
=>
{
api
.
userCertificateResult
(
param
).
then
((
res
)
=>
{
if
(
res
[
'success'
]){
if
(
res
[
'success'
]){
...
...
pages/myPoints/myPoints.vue
View file @
e9420191
...
@@ -8,12 +8,12 @@
...
@@ -8,12 +8,12 @@
<view
class=
"bg"
>
<view
class=
"bg"
>
<image
src=
"/static/mypoint_pic.png"
mode=
"widthFix"
></image>
<image
src=
"/static/mypoint_pic.png"
mode=
"widthFix"
></image>
</view>
</view>
<
ul
class=
"nav"
>
<
view
class=
"nav"
>
<
li
class=
"nav_item"
v-for=
"navItem in navList"
@
click=
"selectNav(navItem)"
<
view
class=
"nav_item"
v-for=
"navItem in navList"
@
click=
"selectNav(navItem)"
:class=
"
{'selected':navItem.timeFlag==timeFlag}">
:class=
"
{'selected':navItem.timeFlag==timeFlag}">
<text>
{{
navItem
.
name
}}
</text>
<text>
{{
navItem
.
name
}}
</text>
</
li
>
</
view
>
</
ul
>
</
view
>
<view
class=
"opt_wrapper"
>
<view
class=
"opt_wrapper"
>
<view
style=
"width: 33%;"
>
销售以来
</view>
<view
style=
"width: 33%;"
>
销售以来
</view>
<!-- 年月时间选择 -->
<!-- 年月时间选择 -->
...
@@ -170,7 +170,7 @@
...
@@ -170,7 +170,7 @@
align-items
:
center
;
align-items
:
center
;
height
:
80
rpx
;
height
:
80
rpx
;
width
:
100%
;
width
:
100%
;
li
{
.nav_item
{
width
:
33%
;
width
:
33%
;
text-align
:
center
;
text-align
:
center
;
}
}
...
...
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