@@ -83,7 +83,7 @@
})
return false;
- });
+ }
}
@@ -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>