Browse Source

no message

guo 3 years ago
parent
commit
0f72b10668
1 changed files with 4 additions and 3 deletions
  1. 4 3
      operatingCompany/pages/team/myTeam.vue

+ 4 - 3
operatingCompany/pages/team/myTeam.vue

@@ -14,7 +14,7 @@
 
 		<!-- 团队数量 -->
 		<view class="teamTop">
-			<image class="iconTeam" src="../../static/img/icon_team.png" mode=""></image>
+			<image class="iconTeam" src="../../static/img/icon_team@2x.png" mode=""></image>
 			<view class="teamCount">我的团队:<text style="color: #FF4F00;">{{count}}</text>人</view>
 		</view>
 
@@ -65,10 +65,11 @@
 		},
 		onLoad() {
 			this.page = 1
-			this.getData()
+			this.getData()
+			
 		},
 		methods: {
-
+		
 			search(val) {
 				// console.log(val);
 				this.searchValue = val