|
@@ -7,7 +7,7 @@
|
|
|
<text :class="{active: tjBtn == 2}" @click="tjBtnClick(2)">本月</text>
|
|
|
<text :class="{active: tjBtn == 0}" @click="tjBtnClick(0)">全部</text>
|
|
|
</view>
|
|
|
- <view class="tj-num-box">0/0</view>
|
|
|
+ <view class="tj-num-box">{{indexInfoData.bzCount}}/{{indexInfoData.jzCount}}</view>
|
|
|
<view class="tj-tip-box">考证人员/家政人员</view>
|
|
|
</view>
|
|
|
<view class="index-tongzhi-box" @click="goToPage('tz')">
|