- <van-tabbar active="{{ active }}" placeholder>
- <van-tabbar-item bindtap="onChange" info="{{item.fcount}}" data-index="{{index}}" wx:for="{{tabbarList}}" wx:key="index">
- {{item.text}}
- <image slot="icon" src="{{ item.icon }}" data-index="{{index}}" mode="aspectFit" style="width: 30px; height: 18px;" />
- <image slot="icon-active" src="{{item.iconA }}" data-index="{{index}}" mode="aspectFit" style="width: 30px; height: 18px;" />
- </van-tabbar-item>
- </van-tabbar>
- <van-dialog use-slot title="在线客服" show="{{ show }}" confirmButtonText='呼叫' show-cancel-button bind:close="onClose" bind:confirm="CallOut" confirm-button-color="#4BBECF">
- <view style="text-align: center; height: 150rpx; line-height: 150rpx;">请联系:{{phoneNumber}}</view>
- </van-dialog>
|