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
ac1bb85f
Commit
ac1bb85f
authored
Oct 29, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
0b7ad32b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
1 deletion
+14
-1
editData.vue
pages/blindDate/editData.vue
+13
-0
blinddate-user.vue
pages/user-center/components/blinddate-user.vue
+1
-1
No files found.
pages/blindDate/editData.vue
View file @
ac1bb85f
...
...
@@ -1099,6 +1099,7 @@ export default {
delta
:
1
,
});
}
else
if
(
this
.
Jumptype
==
1
)
{
this
.
getHome
()
//调用一次gethome
uni
.
reLaunch
({
url
:
"/pages/blindDate/persondetails?UserId="
+
...
...
@@ -1119,6 +1120,18 @@ export default {
}
);
},
getHome
()
{
this
.
request2
(
{
url
:
"/api/Mall/GetHome"
,
data
:
{},
},
(
res
)
=>
{
uni
.
setStorageSync
(
"basedata"
,
res
.
data
);
}
);
},
getEnumList
()
{
//学历
this
.
request2
(
...
...
pages/user-center/components/blinddate-user.vue
View file @
ac1bb85f
...
...
@@ -293,7 +293,7 @@
<image
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/tipbg.png"
mode=
"widthFix"
style=
"width
690rpx
"
style=
"width
:690rpx;height: auto;
"
@
click=
"goperson"
/>
</view>
...
...
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