diff --git a/components/lf-nolanPhoto/lf-nolanPhoto.vue b/components/lf-nolanPhoto/lf-nolanPhoto.vue
index be4810e..5f4b12f 100644
--- a/components/lf-nolanPhoto/lf-nolanPhoto.vue
+++ b/components/lf-nolanPhoto/lf-nolanPhoto.vue
@@ -71,9 +71,11 @@
.content{
display: flex;
flex-wrap: nowrap;
- width: 100%;
+ width: 100% !important;
height: max-content;
margin-top: 20rpx;
+ padding: 0 !important;
+ box-sizing: border-box;
.image-item{
width: 60rpx;
height: 60rpx;
diff --git a/pages.json b/pages.json
index e68e79f..eac6b82 100644
--- a/pages.json
+++ b/pages.json
@@ -184,6 +184,18 @@
"style": {
"navigationBarTitleText": "测试专用"
}
+ },
+ {
+ "path": "pages/my/innerMonologue",
+ "style": {
+ "navigationBarTitleText": "内心独白"
+ }
+ },
+ {
+ "path": "pages/my/basicInformation",
+ "style": {
+ "navigationBarTitleText": "基本资料"
+ }
}
],
"globalStyle": {
diff --git a/pages/my/basicInformation.vue b/pages/my/basicInformation.vue
new file mode 100644
index 0000000..8b059e7
--- /dev/null
+++ b/pages/my/basicInformation.vue
@@ -0,0 +1,179 @@
+
+
+
+
+
+ *
+ 个人昵称
+
+
+
+
+
+
+
+ *
+ 性别
+
+
+
+
+
+
+
+ *
+ 婚姻状况
+
+
+
+ {{ marriage[marriage_index] || '请选择' }}
+
+
+
+
+
+ *
+ 户籍地
+
+
+
+ {{ marriage[marriage_index] || '请选择' }}
+
+
+
+
+
+ *
+ 学历
+
+
+
+ {{ marriage[marriage_index] || '请选择' }}
+
+
+
+
+
+ *
+ 身高
+
+
+
+
+
+
+
+ *
+ 体重
+
+
+
+
+
+
+
+ *
+ 生日
+
+
+ birth_date = e.detail.value">
+ {{ birth_date || '请选择' }}
+
+
+
+
+
+ *
+ 属相
+
+
+
+ {{ marriage[marriage_index] || '请选择' }}
+
+
+
+
+
+ *
+ 星座
+
+
+
+ {{ marriage[marriage_index] || '请选择' }}
+
+
+
+
+
+ 外貌
+
+
+
+ {{ marriage[marriage_index] || '请选择' }}
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/my/editInfo.vue b/pages/my/editInfo.vue
index 1952089..b9f35be 100644
--- a/pages/my/editInfo.vue
+++ b/pages/my/editInfo.vue
@@ -13,17 +13,17 @@
- 为什么要实名认证
- 去编辑
+ 内心独白
+ 去编辑
- 为给大家创建一个真实安全的优质的脱单环境,确保会员真诚相亲,每个都是人工审核
+ 了解Ta的购车、住房情况和家庭成员资料成员资料成员资料成员资料成员资料成员资料成员资料
基本资料
- 去完善
+ 去完善
其他省市
diff --git a/pages/my/innerMonologue.vue b/pages/my/innerMonologue.vue
new file mode 100644
index 0000000..b7271b9
--- /dev/null
+++ b/pages/my/innerMonologue.vue
@@ -0,0 +1,66 @@
+
+
+
+
+ 0/200
+
+ !小提示:谈谈你对爱情、婚姻的想法,简单介绍下自己的生后工作或者你希望中的那个ta,最好能让对方更了解你,还能快速拉近两人的距离哟~
+
+
+
+
+
+
+
diff --git a/pages/test/test.vue b/pages/test/test.vue
index a421540..0c36ea8 100644
--- a/pages/test/test.vue
+++ b/pages/test/test.vue
@@ -1,6 +1,30 @@
-
-
+
+
+
+
+
+
+
+
+
+
@@ -26,6 +50,28 @@