|
|
@@ -11,7 +11,7 @@
|
|
|
</view>
|
|
|
|
|
|
<home id="comp{{id}}" />
|
|
|
-<van-tabbar
|
|
|
+<!-- <van-tabbar
|
|
|
class="custom-tabbar" active="{{ active }}" bind:change="onChange" active-color="{{tabbarList.activeColor || '#000000'}}" inactive-color="#fff" z-index="99">
|
|
|
<block wx:for="{{tabbarList.list}}" wx:key="index">
|
|
|
<van-tabbar-item wx:if="{{item.open}}" name="{{index}}">
|
|
|
@@ -20,18 +20,4 @@
|
|
|
<view slot="icon">{{item.text}}</view>
|
|
|
</van-tabbar-item>
|
|
|
</block>
|
|
|
-</van-tabbar>
|
|
|
-
|
|
|
-<!-- 签到弹框 -->
|
|
|
-<view class="model" wx:if="{{showModel}}">
|
|
|
- <view class="signIn">
|
|
|
- <view class="title">首周签到有礼</view>
|
|
|
- <view class="subhead">签到领乐宝</view>
|
|
|
- <view class="qianDao" bind:tap="signIn">
|
|
|
- {{isSignIn ? '今日已签' : '签到'}}
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <van-icon name="close" style="margin-top:10rpx;color: white;" size="80rpx" bind:tap="onClick" />
|
|
|
-</view>
|
|
|
-<!-- 签到成功 -->
|
|
|
-<van-toast id="van-toast" />
|
|
|
+</van-tabbar> -->
|