zxz пре 3 година
родитељ
комит
0035d8ef64
1 измењених фајлова са 4 додато и 2 уклоњено
  1. 4 2
      pages/friend/index.vue

+ 4 - 2
pages/friend/index.vue

@@ -1,7 +1,7 @@
 <template>
 	<view>
 		<view class="userHead">
-			
+			<p>1231231231111</p>
 		</view>
  	</view>
 </template>
@@ -22,5 +22,7 @@
 </script>
 
 <style lang="scss" scoped>
-
+	.userHead{
+		p{color:#005500}
+	}
 </style>