Browse Source

bug提交

twt 3 years ago
parent
commit
c033eeb9e0

+ 1 - 1
operatingCompany/pages/shop/shopIndex/editcomplete.vue

@@ -83,7 +83,7 @@
 
 						})
 						return false;
-					});
+					}
 
 				}
 				

+ 1 - 1
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>