From 59da004f2ec6c8dc2b59b524ea4c20883e317ca5 Mon Sep 17 00:00:00 2001
From: li-guang <153605324@qq.com>
Date: Tue, 15 Dec 2020 17:27:28 +0800
Subject: [PATCH] 个人中心设置,会员详情修改

---
 hive-app/components/popover/index.vue |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/hive-app/components/popover/index.vue b/hive-app/components/popover/index.vue
index 4c05734..674401e 100644
--- a/hive-app/components/popover/index.vue
+++ b/hive-app/components/popover/index.vue
@@ -1,14 +1,23 @@
 <template>
-	<view v-show="isShow">
+	<view class="content">
 		<slot></slot>
 	</view>
 </template>
 
 <script>
 	export default{
-		
+		data(){
+			return{
+			}
+		},
+		methods:{
+		}
 	}
 </script>
 
 <style>
+	.content{
+		background: #4c4c4c;
+		border-radius: 4px;
+	}
 </style>

--
Gitblit v1.9.1