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
8c58a3eb
Commit
8c58a3eb
authored
Dec 14, 2022
by
sunerhu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.提交邀请加盟userId传参错误
parent
2738ca5f
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
47 deletions
+8
-47
pages/application-process/bank-card.vue
+0
-1
pages/application-process/basic-info.vue
+5
-4
pages/application-process/id-card.vue
+0
-1
pages/application-process/work-experience.vue
+0
-2
pages/personalCenter/system/accontsetting.vue
+3
-39
No files found.
pages/application-process/bank-card.vue
View file @
8c58a3eb
...
...
@@ -104,7 +104,6 @@
}
this
.
applyParam
=
{
...
this
.
applyParam
,
applyType
:
2
,
operatStep
:
5
,
userId
:
uni
.
getStorageSync
(
'cffp_userId'
),
}
...
...
pages/application-process/basic-info.vue
View file @
8c58a3eb
...
...
@@ -50,7 +50,7 @@
</view>
<view
class=
"contentItem"
>
<text>
所属组织
</text>
<input
type=
"text"
v-if=
"applyParam.
hasCrossDistrict
== 1"
class=
"form-control"
v-model=
"applyParam.areaName"
placeholder=
"请输入工作室名称"
<input
type=
"text"
v-if=
"applyParam.
applyType
== 1"
class=
"form-control"
v-model=
"applyParam.areaName"
placeholder=
"请输入工作室名称"
:disabled=
"this.display"
/>
<picker
v-else
@
change=
"changeArea"
:value=
"areaIdIdx"
:range=
"cffpAreaQuerys"
range-key=
"areaName"
...
...
@@ -159,6 +159,7 @@
partnerLevelName
:
null
,
name
:
null
,
mobile
:
null
,
userId
:
uni
.
getStorageSync
(
'cffp_userId'
),
shareId
:
null
,
display
:
false
,
cffp_userInfo
:
{
...
...
@@ -211,8 +212,7 @@
},
queryOrgList
()
{
const
param
=
{
userId
:
this
.
shareId
?
uni
.
getStorageSync
(
'H5_cffpUserId'
)
:
uni
.
getStorageSync
(
'cffp_userId'
),
// userId:1,
userId
:
uni
.
getStorageSync
(
'H5_cffpUserId'
)
?
uni
.
getStorageSync
(
'H5_cffpUserId'
)
:
this
.
userId
,
partnerLevel
:
this
.
applyParam
.
partnerLevel
}
console
.
log
(
param
)
...
...
@@ -304,6 +304,7 @@
if
(
res
[
'success'
])
{
this
.
applyParam
=
res
[
'data'
][
'data'
];
this
.
queryOrgList
();
for
(
let
m
=
0
;
m
<
this
.
identityArr
.
length
;
m
++
)
{
if
(
this
.
applyParam
.
partnerLevel
==
this
.
identityArr
[
m
].
partnerLevel
)
{
this
.
identityIdx
=
m
;
...
...
@@ -395,7 +396,7 @@
...
this
.
applyParam
,
applyType
:
this
.
applyParam
.
inviterInvitationCode
?
'1'
:
'2'
,
operatStep
:
1
,
userId
:
this
.
shareId
?
uni
.
getStorageSync
(
'H5_cffpUserId'
)
:
uni
.
getStorageSync
(
'cffp_userId'
)
,
userId
:
uni
.
getStorageSync
(
'H5_cffpUserId'
)
?
uni
.
getStorageSync
(
'H5_cffpUserId'
)
:
this
.
userId
,
hasCrossDistrict
:
this
.
applyParam
.
hasCrossDistrict
?
this
.
applyParam
.
hasCrossDistrict
:
'0'
}
api
.
saveApplyInfo
(
this
.
applyParam
).
then
((
res
)
=>
{
...
...
pages/application-process/id-card.vue
View file @
8c58a3eb
...
...
@@ -139,7 +139,6 @@
}
this
.
applyParam
=
{
...
this
.
applyParam
,
applyType
:
2
,
operatStep
:
3
,
userId
:
uni
.
getStorageSync
(
'cffp_userId'
),
}
...
...
pages/application-process/work-experience.vue
View file @
8c58a3eb
...
...
@@ -171,9 +171,7 @@
}
this
.
applyParam
=
{
...
this
.
applyParam
,
applyType
:
2
,
operatStep
:
2
,
userId
:
uni
.
getStorageSync
(
'cffp_userId'
),
certificate
:
this
.
picList
.
join
(
','
)
}
console
.
log
(
this
.
applyParam
)
...
...
pages/personalCenter/system/accontsetting.vue
View file @
8c58a3eb
...
...
@@ -4,12 +4,7 @@
<menu-list
:menuList=
"minorMenuLists"
></menu-list>
</view>
<view
class=
"footer"
>
<view
class=
"foter-btn"
>
<button
class=
"btn"
@
click=
"outLing()"
>
退出登录
</button>
</view>
</view>
</view>
</
template
>
...
...
@@ -55,42 +50,11 @@
}
},
methods
:{
outLing
(){
uni
.
showModal
({
title
:
'退出登录'
,
content
:
'确定要退出登录吗?'
,
showCancel
:
true
,
success
:
function
(
res
)
{
if
(
res
.
confirm
)
{
uni
.
clearStorageSync
();
uni
.
reLaunch
({
url
:
'/components/login/login'
})
uni
.
showToast
({
title
:
'操作成功'
,
icon
:
'none'
});
}
else
{
console
.
log
(
'已取消'
)
}
}
});
},
}
}
</
script
>
<
style
scoped
>
.footer
{
width
:
100vw
;
position
:
fixed
;
bottom
:
40
rpx
;
}
.foter-btn
{
padding
:
0
20
rpx
;
}
.btn
{
background
:
#20269B
;
border-radius
:
40
rpx
;
}
</
style
>
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