diff --git a/pages.json b/pages.json index cab28b4..a7690f2 100644 --- a/pages.json +++ b/pages.json @@ -39,17 +39,77 @@ } }, { - "path": "pages/my/exclusive-match", + "path": "pages/my/exclusiveMatch", "style": { "navigationBarTitleText": "专属红娘", "navigationBarBackgroundColor": "#FE3EA5", "navigationBarTextStyle": "white" } }, + { + "path": "pages/my/authentication", + "style": { + "navigationBarTitleText": "实名认证" + } + }, + { + "path": "pages/my/service", + "style": { + "navigationBarTitleText": "客服" + } + }, + { + "path": "pages/my/uploadInfo", + "style": { + "navigationBarTitleText": "上传身份证信息" + } + }, + { + "path": "pages/my/collect", + "style": { + "navigationBarTitleText": "我的收藏" + } + }, + { + "path": "pages/my/editInfo", + "style": { + "navigationBarTitleText": "编辑资料" + } + }, + { + "path": "pages/my/welfare", + "style": { + "navigationBarTitleText": "福利中心" + } + }, + { + "path": "pages/my/memberDetails", + "style": { + "navigationBarTitleText": "会员详情" + } + }, + { + "path": "pages/my/officialAccount", + "style": { + "navigationBarTitleText": "关注公众号" + } + }, + { + "path": "pages/my/setting", + "style": { + "navigationBarTitleText": "设置" + } + }, + { + "path": "pages/my/setting", + "style": { + "navigationBarTitleText": "VIP会员" + } + }, { "path": "pages/userList/userList", "style": { - "navigationBarTitleText": "相亲交友" + "navigationBarTitleText": "VIP相亲交友" } }, { diff --git a/pages/my/authentication.vue b/pages/my/authentication.vue new file mode 100644 index 0000000..b4d19a2 --- /dev/null +++ b/pages/my/authentication.vue @@ -0,0 +1,74 @@ + + + + + diff --git a/pages/my/collect.vue b/pages/my/collect.vue new file mode 100644 index 0000000..8d93d6f --- /dev/null +++ b/pages/my/collect.vue @@ -0,0 +1,11 @@ + + + + + diff --git a/pages/my/editInfo.vue b/pages/my/editInfo.vue new file mode 100644 index 0000000..49b2de6 --- /dev/null +++ b/pages/my/editInfo.vue @@ -0,0 +1,135 @@ + + + + + diff --git a/pages/my/exclusive-match.vue b/pages/my/exclusiveMatch.vue similarity index 100% rename from pages/my/exclusive-match.vue rename to pages/my/exclusiveMatch.vue diff --git a/pages/my/index.vue b/pages/my/index.vue index 50010a5..bc91164 100644 --- a/pages/my/index.vue +++ b/pages/my/index.vue @@ -8,20 +8,20 @@ - 编号:73894 + 编号:73894 资料审核中 - + 获得红线 - + 0 红线 - + 5 桃花 @@ -81,16 +81,46 @@ data() { return { list: [ - {name: '我的红娘',icon:'github-circle-fill',path: '/pages/my/exclusive-match'}, - {name: '实名认证',icon:'email'}, - {name: '我的收藏',icon:'qzone'}, + {name: '我的红娘',icon:'github-circle-fill',path: '/pages/my/exclusiveMatch'}, + {name: '实名认证',icon:'email',path: '/pages/my/authentication'}, + {name: '我的收藏',icon:'qzone',path: '/pages/my/collect'}, {name: '我的动态',icon:'moments'}, - {name: '福利中心',icon:'red-packet'}, - {name: '公众号',icon:'google-circle-fill'}, - {name: '联系客服',icon:'kefu-ermai'}, - {name: '设置',icon:'setting'} + {name: '福利中心',icon:'red-packet',path:'/pages/my/welfare'}, + {name: '公众号',icon:'google-circle-fill',path:'/pages/my/officialAccount'}, + {name: '联系客服',icon:'kefu-ermai',path: '/pages/my/service'}, + {name: '设置',icon:'setting',path: '/pages/my/setting'} ] } + }, + methods: { + showRedthread() { + uni.showModal({ + title: '红线说明', + content: '红线可以用来联系其他会员,对方不接受则24小时后退还红线', + showCancel: false, + cancelText: '我知道了', + confirmColor: '#E21196', + success: function (res) { + if (res.confirm) { + console.log('用户点击确定'); + } + } + }); + }, + showPeachblossom() { + uni.showModal({ + title: '桃花说明', + content: '桃花可以用来发布动态、评论等,签到可以获得桃花', + showCancel: false, + cancelText: '我知道了', + confirmColor: '#E21196', + success: function (res) { + if (res.confirm) { + console.log('用户点击确定'); + } + } + }); + } } } diff --git a/pages/my/memberDetails.vue b/pages/my/memberDetails.vue new file mode 100644 index 0000000..33f1dd0 --- /dev/null +++ b/pages/my/memberDetails.vue @@ -0,0 +1,197 @@ + + + + + diff --git a/pages/my/officialAccount.vue b/pages/my/officialAccount.vue new file mode 100644 index 0000000..6f6aaac --- /dev/null +++ b/pages/my/officialAccount.vue @@ -0,0 +1,49 @@ + + + + + diff --git a/pages/my/service.vue b/pages/my/service.vue new file mode 100644 index 0000000..4cb94cd --- /dev/null +++ b/pages/my/service.vue @@ -0,0 +1,131 @@ + + + + + + diff --git a/pages/my/setting.vue b/pages/my/setting.vue new file mode 100644 index 0000000..02a7fa3 --- /dev/null +++ b/pages/my/setting.vue @@ -0,0 +1,155 @@ + + + + + diff --git a/pages/my/uploadInfo.vue b/pages/my/uploadInfo.vue new file mode 100644 index 0000000..78eb455 --- /dev/null +++ b/pages/my/uploadInfo.vue @@ -0,0 +1,227 @@ + + + + + diff --git a/pages/my/welfare.vue b/pages/my/welfare.vue new file mode 100644 index 0000000..f98899d --- /dev/null +++ b/pages/my/welfare.vue @@ -0,0 +1,91 @@ + + + + +