|
@@ -14,7 +14,7 @@
|
|
|
<homestay id="comp{{id}}" />
|
|
|
</template>
|
|
|
<template name="nova-collect">
|
|
|
- <collect id="comp{{id}}" />
|
|
|
+ <!-- <collect id="comp{{id}}" /> -->
|
|
|
</template>
|
|
|
<template name="nova-my">
|
|
|
<my id="comp{{id}}" />
|
|
@@ -25,7 +25,7 @@
|
|
|
<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:100rpx;height:100rpx;" />
|
|
|
+ <image class="active" slot="icon-active" src="{{ item.selectedIconPath }}" mode="aspectFit" style="width:48rpx;height:48rpx;" />
|
|
|
<view slot="icon">{{item.text}}</view>
|
|
|
</van-tabbar-item>
|
|
|
</block>
|