邹能昇 4 月之前
父节点
当前提交
a85c3d78a2
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      nova-tourism/pages/index/index.wxml

+ 2 - 2
nova-tourism/pages/index/index.wxml

@@ -25,8 +25,8 @@
 	<block wx:for="{{tabbarList.list}}" wx:key="index">
 		<van-tabbar-item wx:if="{{item.open}}" name="{{index}}">
 			<image slot="icon" src="{{ item.iconPath }}" mode="aspectFit" style="width:40rpx;height:40rpx;" />
-			<image class="active" slot="icon-active" src="{{ item.selectedIconPath }}" mode="aspectFit" style="width:48rpx;height:48rpx;" />
-			<view slot="icon">{{item.text}}</view>
+			<image  slot="icon-active" src="{{ item.selectedIconPath }}" mode="aspectFit" style="width:40rpx;height:40rpx;" />
+			{{item.text}}
 		</van-tabbar-item>
 	</block>
 </van-tabbar>