From 58a5424d962e00a134662297d973bdf45b58a24e Mon Sep 17 00:00:00 2001
From: queenwuli <942534046@qq.com>
Date: Tue, 22 Dec 2020 15:10:26 +0800
Subject: [PATCH] gx

---
 hive-app/pages/member/index.vue |   28 ++++++++++++++++------------
 1 files changed, 16 insertions(+), 12 deletions(-)

diff --git a/hive-app/pages/member/index.vue b/hive-app/pages/member/index.vue
index 85cb984..d03f6d2 100644
--- a/hive-app/pages/member/index.vue
+++ b/hive-app/pages/member/index.vue
@@ -1,6 +1,9 @@
 <template>
 	<view class="container">
-		<search-bar :placeholder=placeholder></search-bar>
+		<!-- #ifndef H5 -->
+		<view class="status_bar"></view>
+		<!-- #endif -->
+		<search-bar></search-bar>
 		<view class="sort-wrap">
 			<view @click="filterCustom(1)">
 				<text>本月到店次数</text>
@@ -30,8 +33,10 @@
 			</view>
 			<indexed-list></indexed-list>
 		</view>
-		<view class="quick-entry" @click="addMember">
-			<text class="iconfont iconjiahao"></text>
+		<view class="quick-entry">
+			<navigator url="./editMember" hover-class="navigator-hover">
+				<text class="iconfont iconjia"></text>
+			</navigator>
 		</view>
 	</view>
 </template>
@@ -48,7 +53,6 @@
 		},
 		data() {
 			return {
-				placeholder:"请输入会员姓名、手机号、编号查询",
 				colors: ['#CCC6B4', '#C0CCB4', '#B4C2CC', '#BEB4CC', '#B4CCBE', '#B4CCCA', '#CCB4C6', '#CCB4B4'],
 				filterType: 1,
 				filterList: [],
@@ -131,11 +135,6 @@
 					this.filterList = this.filter3;
 					this.filterType = 0;
 				}
-			},
-			addMember(){
-				uni.navigateTo({
-					url:'./addMember'
-				})
 			}
 		}
 	}
@@ -149,7 +148,8 @@
 		display: flex;
 		justify-content: space-between;
 		align-items: center;
-		font-size: 14px;
+		font-size: 13px;
+		padding: 10px 0;
 	}
 	.sort-wrap .iconfont{
 		font-size: 14px;
@@ -164,12 +164,13 @@
 		border-radius: 50%;
 		text-align: center;
 		color: #FFFFFF;
+		font-size: 16px;
 	}
 	.member-list{
-		font-size: 15px;
+		font-size: 14px;
 	}
 	.member-list-con{
-		padding: 20px 0 20px 5px;
+		padding: 18px 0 18px 5px;
 		border-bottom: 1px solid #EDEAF4;
 	}
 	.quick-entry{
@@ -188,4 +189,7 @@
 	.quick-entry .iconfont{
 		font-size: 24px;
 	}
+	.navigator-hover{
+		border-radius: 50%;
+	}
 </style>

--
Gitblit v1.9.1