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
f2ec7078
Commit
f2ec7078
authored
Mar 30, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
23c500e2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
3 deletions
+13
-3
editData.vue
pages/blindDate/editData.vue
+13
-2
persondetails.vue
pages/blindDate/persondetails.vue
+0
-1
No files found.
pages/blindDate/editData.vue
View file @
f2ec7078
...
...
@@ -392,6 +392,9 @@
saveData
(){
let
msg
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
data
))
msg
.
Id
=
0
if
(
this
.
data
.
AlbumList
.
length
>
0
){
msg
.
AlbumList
=
msg
.
AlbumList
.
filter
((
item
)
=>
(
item
))
}
if
(
msg
.
Age
==
""
){
msg
.
Age
=
0
}
else
{
...
...
@@ -484,7 +487,6 @@
// });
// return
// }
this
.
request2
({
url
:
'/api/AppletMiai/GetSetMiAiBaseInfo'
,
data
:
msg
...
...
@@ -494,8 +496,17 @@
uni
.
showToast
({
title
:
res
.
message
,
duration
:
2000
,
icon
:
"success"
icon
:
"success"
,
success
:()
=>
{
let
mall_UserInfo
=
uni
.
getStorageSync
(
"mall_UserInfo"
)?
uni
.
getStorageSync
(
"mall_UserInfo"
):
null
;
if
(
mall_UserInfo
!=
null
){
uni
.
navigateTo
({
url
:
'/pages/blindDate/persondetails?UserId='
+
mall_UserInfo
.
UserId
});
}
}
});
}
}
);
...
...
pages/blindDate/persondetails.vue
View file @
f2ec7078
...
...
@@ -447,7 +447,6 @@
let
uid
=
u
.
UserId
?
u
.
UserId
:
0
;
let
Up
=
uni
.
getStorageSync
(
"mall_UserInfo"
)?
uni
.
getStorageSync
(
"mall_UserInfo"
).
UserPageType
:
0
;
this
.
path
=
'/pages/index/index?id='
+
options
.
UserId
+
"&user_id="
+
uid
+
"&Up="
+
Up
+
'&JumpType=11'
;
console
.
log
(
this
.
path
)
}
},
...
...
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