diff --git a/pages/my/index.vue b/pages/my/index.vue
index 2ce62b4..bd7aaf1 100644
--- a/pages/my/index.vue
+++ b/pages/my/index.vue
@@ -16,6 +16,25 @@
绑定手机号
-->
+
+
+
+
+
+
+
+
+
+
+ 红线数
+
+ 促成您和心仪对象线下见面
+
+
+
+ 3条
+
+
-
-
-
-
-
-
-
-
- 点击获取红线
-
- 促成您和心仪对象线下见面
-
-
-
+
@@ -170,7 +176,7 @@
content: '';
width: 184%;
// height: 440rpx;
- height: 280rpx;
+ height: 350rpx;
position: absolute;
left: -312rpx;
top: 0;
@@ -269,10 +275,10 @@
height: 195rpx;
background-color: white;
border-radius: 20rpx;
- margin: 0 auto;
+ margin: -10rpx auto;
display: flex;
- padding: 0 0 0 30rpx;
- /* justify-content: space-around; */
+ // padding: 0 0 0 30rpx;
+ justify-content: space-around;
align-items: center;
}
@@ -290,6 +296,7 @@
margin: 0 auto;
flex-wrap: wrap;
padding: 38rpx 30rpx;
+ margin-top: 170rpx;
}
.card {
width: 116rpx;
diff --git a/pages/userList/filter.json b/pages/userList/filter.json
index 3b182b9..c35cc5a 100644
--- a/pages/userList/filter.json
+++ b/pages/userList/filter.json
@@ -226,31 +226,6 @@
"value": "双鱼座"
}]
},
- "household_register": {
- "name": "户籍",
- "selected": "",
- "data": [{
- "value": "不限"
- },{
- "value": "良庆区"
- },{
- "value": "江南区"
- },{
- "value": "青秀区"
- },{
- "value": "兴宁区"
- },{
- "value": "西乡塘区"
- },{
- "value": "武鸣区"
- },{
- "value": "空港经济区"
- },{
- "value": "五象新区"
- },{
- "value": "其他地区"
- }]
- },
"place_residence": {
"name": "居住地区",
"selected": "",
diff --git a/pages/userList/userList.vue b/pages/userList/userList.vue
index ec553b2..3fda629 100644
--- a/pages/userList/userList.vue
+++ b/pages/userList/userList.vue
@@ -20,7 +20,7 @@
会员编号搜索
-
+
{{ value.name }}
@@ -64,12 +64,18 @@
show_filter: false,
filter: this.productionObj(),
filter_key: '',
- name: '最新'
+ name: '最新',
+ on_focus: false
}
},
onLoad(options){
console.log(this.filter)
this.name = options.name || this.name;
+ if(this.name == '搜索') {
+ this.show_filter = true;
+ this.filter_key = 'search';
+ this.on_focus = true;
+ }
},
methods: {
// 引入数据,并序列化,避免数据引用
diff --git a/static/images/read_line.png b/static/images/read_line.png
new file mode 100644
index 0000000..2167792
Binary files /dev/null and b/static/images/read_line.png differ