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
7c533454
Commit
7c533454
authored
Oct 28, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增我的群组页面
parent
ec6869e1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
81 additions
and
0 deletions
+81
-0
pages.json
pages.json
+2
-0
MyGroupLeader.vue
pages/blindDate/personal/MyGroupLeader.vue
+79
-0
No files found.
pages.json
View file @
7c533454
...
@@ -673,6 +673,8 @@
...
@@ -673,6 +673,8 @@
"path"
:
"upCamp/activeInner"
//相亲up营活动列表
"path"
:
"upCamp/activeInner"
//相亲up营活动列表
},
{
},
{
"path"
:
"releasePosts"
//发布帖子
"path"
:
"releasePosts"
//发布帖子
},{
"path"
:
"personal/MyGroupLeader"
//我的群组
}
}
]
]
},
},
...
...
pages/blindDate/personal/MyGroupLeader.vue
0 → 100644
View file @
7c533454
<
style
lang=
"scss"
scoped
>
</
style
>
<
template
>
<view
class=
"MyGroupLeader"
>
<matchmaking
:navs=
"data"
></matchmaking>
</view>
</
template
>
<
script
>
import
matchmaking
from
"@/components/matchmaking/index"
;
export
default
{
components
:{
matchmaking
},
data
(){
return
{
pageTitle
:
"我的群组"
,
data
:{
BrowseRate
:
0
,
FollowRate
:
0
,
PaddingBottom
:
"0"
,
PaddingLeft
:
"0"
,
PaddingRight
:
"0"
,
PaddingTop
:
"0"
,
SearchFilletPX
:
0
,
addUserType
:
1
,
backgroundColor
:
""
,
goodsLength
:
200
,
listStyle
:
-
1
,
sexType
:
0
,
list
:[
{
Age
:
"27"
,
AlbumList
:
[
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/SaleBefore/Goods/637685412905618441.jpg"
],
Authentication
:
0
,
Education
:
"本科"
,
Height
:
168
,
IDCardNo
:
"93"
,
Industry
:
""
,
Marriage
:
"未婚"
,
Photo
:
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1633178376000_572.png"
,
Score
:
0
,
SexStr
:
"女"
,
YearMoneyTypeStr
:
null
,
id
:
128527
,
name
:
"橙霜113号"
},
{
Age
:
"32"
,
AlbumList
:
[
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/SaleBefore/Goods/637685422998050082.jpg"
,],
Authentication
:
1
,
Education
:
"大专"
,
Height
:
155
,
IDCardNo
:
"88"
,
Industry
:
""
,
Marriage
:
"离异无孩"
,
Photo
:
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1633178376000_572.png"
,
Score
:
0
,
SexStr
:
"女"
,
YearMoneyTypeStr
:
null
,
id
:
128539
,
name
:
"阿黛"
}
]
}
}
},
created
(){
uni
.
setNavigationBarTitle
({
title
:
this
.
pageTitle
,
});
},
methods
:{
}
}
</
script
>
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