Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
viitto
mallapp
Commits
5a7a3eea
Commit
5a7a3eea
authored
May 12, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
90deeaf7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
34 additions
and
9 deletions
+34
-9
postbar.vue
pages/blindDate/postbar.vue
+10
-3
friendcircle.vue
pages/friendcircle/friendcircle.vue
+12
-3
my-news.vue
pages/friendcircle/my-news.vue
+12
-3
No files found.
pages/blindDate/postbar.vue
View file @
5a7a3eea
...
...
@@ -256,9 +256,16 @@
queren
(){
let
mall_UserInfo
=
uni
.
getStorageSync
(
"mall_UserInfo"
)?
uni
.
getStorageSync
(
"mall_UserInfo"
):
null
;
if
(
mall_UserInfo
!=
null
){
uni
.
navigateTo
({
url
:
'/pages/blindDate/editData?UserId='
+
mall_UserInfo
.
UserId
+
'&Jumptype=2'
});
if
(
this
.
isAttestation
==
0
){
uni
.
navigateTo
({
url
:
'/pages/blindDate/editData?UserId='
+
mall_UserInfo
.
UserId
+
'&Jumptype=2&type=1'
});
}
else
if
(
this
.
isAttestation
==
2
){
uni
.
navigateTo
({
url
:
'/pages/blindDate/personal/IDidentification?Jumptype=2'
});
}
}
},
getisAttestation
(){
//认证成功
...
...
pages/friendcircle/friendcircle.vue
View file @
5a7a3eea
...
...
@@ -891,9 +891,18 @@
queren
(){
let
mall_UserInfo
=
uni
.
getStorageSync
(
"mall_UserInfo"
)?
uni
.
getStorageSync
(
"mall_UserInfo"
):
null
;
if
(
mall_UserInfo
!=
null
){
uni
.
navigateTo
({
url
:
'/pages/blindDate/editData?UserId='
+
mall_UserInfo
.
UserId
+
'&Jumptype=2'
});
// uni.navigateTo({
// url: '/pages/blindDate/editData?UserId='+ mall_UserInfo.UserId+'&Jumptype=2'
// });
if
(
this
.
isAttestation
==
0
){
uni
.
navigateTo
({
url
:
'/pages/blindDate/editData?UserId='
+
mall_UserInfo
.
UserId
+
'&Jumptype=2&type=1'
});
}
else
if
(
this
.
isAttestation
==
2
){
uni
.
navigateTo
({
url
:
'/pages/blindDate/personal/IDidentification?Jumptype=2'
});
}
}
},
getisAttestation
(){
//认证成功
...
...
pages/friendcircle/my-news.vue
View file @
5a7a3eea
...
...
@@ -401,9 +401,18 @@
queren
(){
let
mall_UserInfo
=
uni
.
getStorageSync
(
"mall_UserInfo"
)?
uni
.
getStorageSync
(
"mall_UserInfo"
):
null
;
if
(
mall_UserInfo
!=
null
){
uni
.
navigateTo
({
url
:
'/pages/blindDate/editData?UserId='
+
mall_UserInfo
.
UserId
+
'&Jumptype=2'
});
// uni.navigateTo({
// url: '/pages/blindDate/editData?UserId='+ mall_UserInfo.UserId+'&Jumptype=2'
// });
if
(
this
.
isAttestation
==
0
){
uni
.
navigateTo
({
url
:
'/pages/blindDate/editData?UserId='
+
mall_UserInfo
.
UserId
+
'&Jumptype=2&type=1'
});
}
else
if
(
this
.
isAttestation
==
2
){
uni
.
navigateTo
({
url
:
'/pages/blindDate/personal/IDidentification?Jumptype=2'
});
}
}
},
getisAttestation
(){
//认证成功
...
...
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