@@ -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