Commit 7c533454 authored by Mac's avatar Mac

新增我的群组页面

parent ec6869e1
......@@ -673,6 +673,8 @@
"path": "upCamp/activeInner" //相亲up营活动列表
}, {
"path": "releasePosts" //发布帖子
},{
"path":"personal/MyGroupLeader"//我的群组
}
]
},
......
<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>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment