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
26189937
Commit
26189937
authored
Dec 05, 2022
by
sunerhu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.修改了一些Bug
parent
deff9dd0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
pages/invitationRegister/invitationlogin.vue
+3
-0
pages/inviteJoin/inviteJoin.vue
+4
-4
No files found.
pages/invitationRegister/invitationlogin.vue
View file @
26189937
...
@@ -68,8 +68,11 @@
...
@@ -68,8 +68,11 @@
}
}
if
(
common
.
mobileNoValid
(
this
.
form
.
mobile
)
&&
!
this
.
disabledSendBtn
){
if
(
common
.
mobileNoValid
(
this
.
form
.
mobile
)
&&
!
this
.
disabledSendBtn
){
api
.
verificationCode
(
params
).
then
((
res
)
=>
{
api
.
verificationCode
(
params
).
then
((
res
)
=>
{
console
.
log
(
res
,
'asdasd'
)
if
(
res
[
'success'
]){
if
(
res
[
'success'
]){
uni
.
setStorageSync
(
'isLogin'
,
'1'
)
uni
.
setStorageSync
(
'isLogin'
,
'1'
)
uni
.
setStorageSync
(
'cffp_userId'
,
this
.
userId
);
uni
.
setStorageSync
(
'loginType'
,
this
.
loginType
)
this
.
delayTime
()
this
.
delayTime
()
}
}
})
})
...
...
pages/inviteJoin/inviteJoin.vue
View file @
26189937
...
@@ -248,10 +248,10 @@
...
@@ -248,10 +248,10 @@
if
(
res
[
'success'
])
{
if
(
res
[
'success'
])
{
// this.switchTab(2)
// this.switchTab(2)
this
.
shareId
=
res
.
data
.
id
this
.
shareId
=
res
.
data
.
id
this
.
$refs
.
share
.
open
()
//
this.$refs.share.open()
//
uni.navigateTo({
uni
.
navigateTo
({
//
url: '/pages/invitationRegister/invitationRegister?shareId=' + this.shareId
url
:
'/pages/invitationRegister/invitationRegister?shareId='
+
this
.
shareId
//
})
})
}
}
uni
.
showToast
({
uni
.
showToast
({
title
:
res
[
'message'
],
title
:
res
[
'message'
],
...
...
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