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
b3e070b6
Commit
b3e070b6
authored
Jun 17, 2025
by
yuzhenWang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复邀请bug,修改隐私服务
parent
0bbb4c35
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
0 deletions
+2
-0
components/clause/clause.vue
+0
-0
myPackageA/lawManual/lawManual.vue
+1
-0
pages/invitationRegister/invitationlogin.vue
+1
-0
No files found.
components/clause/clause.vue
View file @
b3e070b6
This diff is collapsed.
Click to expand it.
myPackageA/lawManual/lawManual.vue
View file @
b3e070b6
...
@@ -1852,6 +1852,7 @@
...
@@ -1852,6 +1852,7 @@
loginPopup
.
value
.
close
();
loginPopup
.
value
.
close
();
uni
.
setStorageSync
(
'cffp_userId'
,
String
(
res
[
'data'
][
'userId'
]));
uni
.
setStorageSync
(
'cffp_userId'
,
String
(
res
[
'data'
][
'userId'
]));
uni
.
setStorageSync
(
'uni-token'
,
res
[
'data'
][
'token'
]);
uni
.
setStorageSync
(
'uni-token'
,
res
[
'data'
][
'token'
]);
uni
.
setStorageSync
(
'loginType'
,
'codelogin'
);
userId
.
value
=
String
(
res
[
'data'
][
'userId'
]);
userId
.
value
=
String
(
res
[
'data'
][
'userId'
]);
powerQuery
();
powerQuery
();
}
else
{
}
else
{
...
...
pages/invitationRegister/invitationlogin.vue
View file @
b3e070b6
...
@@ -143,6 +143,7 @@
...
@@ -143,6 +143,7 @@
uni
.
setStorageSync
(
'cffp_userId'
,
this
.
userId
);
uni
.
setStorageSync
(
'cffp_userId'
,
this
.
userId
);
uni
.
setStorageSync
(
'isH5'
,
1
);
uni
.
setStorageSync
(
'isH5'
,
1
);
uni
.
setStorageSync
(
'uni-token'
,
res
.
data
[
'token'
]);
uni
.
setStorageSync
(
'uni-token'
,
res
.
data
[
'token'
]);
uni
.
setStorageSync
(
'loginType'
,
'codelogin'
);
uni
.
navigateTo
({
uni
.
navigateTo
({
url
:
'/pages/application-process/basic-info?userId='
+
this
.
userId
+
'&shareId='
+
this
.
form
.
id
url
:
'/pages/application-process/basic-info?userId='
+
this
.
userId
+
'&shareId='
+
this
.
form
.
id
})
})
...
...
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