@@ -94,6 +94,7 @@
<text>家政合同</text>
</view>
<view @click="goToPage('sfht')" class="card-item-box">
+ <!-- sfCount待审核数量 -->
<view class="num-icon-box" v-if="indexInfoData.sfCount > 0">{{indexInfoData.sfCount}}</view>
<icon class="index-icon sfht-icon"></icon>
<text>三方合同</text>
@@ -7,7 +7,7 @@ import cacheManager from "./cacheManager.js"
export function toast(content) {
uni.showToast({
icon: 'none',
- duration:4000,
+ duration:8000,
title: content
})
}