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 @@
+
+
+
+ 尚未实名认证
+ 无法使用:发布动态,查看高级资料等进阶功能
+
+
+ 预览主页
+ 马上认证
+
+
+ 已有医生、银行、教师、外贸、IT等单身完成认证
+
+
+ 为什么要实名认证
+
+ 为给大家创建一个真实安全的优质的脱单环境,确保会员真诚相亲,每个都是人工审核
+
+
+
+ 100%隐私安全
+
+ 认证信息仅用于官方审核,自动添加图片水印
+
+
+
+
+
+
+
+
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 @@
+
+
+
+
+
+
+
+ 点击上传形象照
+
+
+ 确保个人形象照片为本人清晰正脸照,一张良好的形象照更能吸引到别人哦
+
+
+
+
+ 为什么要实名认证
+ 去编辑
+
+
+ 为给大家创建一个真实安全的优质的脱单环境,确保会员真诚相亲,每个都是人工审核
+
+
+
+
+ 基本资料
+ 去完善
+
+
+ 其他省市
+ 未婚
+ 180cm
+ 70kg
+
+
+
+
+ 工作经济家庭
+ 去完善
+
+
+ 已购车无贷款
+ 本科
+ 6万-8万
+
+
+
+
+ 择偶要求
+ 去完善
+
+
+ 未婚
+ 180cm
+
+
+
+
+
+
+
+
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 @@
+
+
+
+
+
+
+
+ 编号:83927
+
+
+ 24岁·牛·180cm·本科·未婚
+ 自有公司·金融/证券/保险·50万以上
+
+
+
+
+
+
+
+ 信息资料
+
+ {{item.title}}
+ {{item.content}}
+
+
+
+ 家庭与房车
+
+ 了解Ta的购车、住房情况和家庭成员资料
+
+
+ 实名认证后可查看>>
+
+
+
+ 择偶要求
+
+ 了解Ta的婚史、身高、年龄等各项择偶要求
+
+
+ 实名认证后可查看>>
+
+
+
+
+
+
+
+
+
+ 客服
+
+
+
+
+
+
+
+ 分享
+
+
+
+
+
+
+
+ 更多
+
+
+
+
+
+
+
+
+
+
+
+
+
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 @@
+
+
+
+
+ · 你与Ta的距离可能只是相差一个公众号,每日推送优质男女会员。
+
+
+ · 往期推荐会员,发现更多小程序上没有的会员资料,想多了解Ta就来这里看看。
+
+
+ · 报名上头条,展现最美的自己,吸引更多的异性,脱单就是要自信,你本来就很优秀。
+
+
+
+
+
+
+
+
+
+
+
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 @@
+
+
+
+
+
+
+
+
+ 添加专属客服,咨询使用问题,投诉不正当会员,专属人工客服将为您服务
+ 线下红娘服务,私人订制服务,全方位助您脱单
+
+
+
+
+
+
+ 微信:gyw38283
+
+
+ 复制
+
+
+
+
+
+
+
+
+
+
+
+
+
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 @@
+
+
+
+
+ 10
+ 可用桃花
+
+
+
+
+
+ 兑换
+
+
+
+ 兑换
+
+
+
+
+
+
+
+