|
@@ -76,6 +76,13 @@
|
|
|
<text>课程管理</text>
|
|
<text>课程管理</text>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
+ <view class="card-list-box">
|
|
|
|
|
+ <view class="card-list-title">管理合同</view>
|
|
|
|
|
+ <view @click="goToPage('jzht')" class="card-item-box">
|
|
|
|
|
+ <icon class="index-icon kz-icon" :class="indexInfoData.tixingFlag"></icon>
|
|
|
|
|
+ <text>家政合同</text>
|
|
|
|
|
+ </view>
|
|
|
|
|
+ </view>
|
|
|
<!-- 页面底端 -->
|
|
<!-- 页面底端 -->
|
|
|
<customTabbarAdminVue :current-tab="0"></customTabbarAdminVue>
|
|
<customTabbarAdminVue :current-tab="0"></customTabbarAdminVue>
|
|
|
<tip-dialog ref="tipDialogRef" :title="tipTitle" :content="tipContent"></tip-dialog>
|
|
<tip-dialog ref="tipDialogRef" :title="tipTitle" :content="tipContent"></tip-dialog>
|
|
@@ -138,6 +145,7 @@
|
|
|
jzName: '',
|
|
jzName: '',
|
|
|
kechengCount: 0, //剩余课程数量
|
|
kechengCount: 0, //剩余课程数量
|
|
|
kechengUsed: 0, //售出课程数量
|
|
kechengUsed: 0, //售出课程数量
|
|
|
|
|
+ tixingFlag:false,
|
|
|
});
|
|
});
|
|
|
const swiperInfo = ref([]);
|
|
const swiperInfo = ref([]);
|
|
|
const dotStyle = reactive({
|
|
const dotStyle = reactive({
|
|
@@ -192,6 +200,7 @@
|
|
|
indexInfoData.jzName = res.data.jzName;
|
|
indexInfoData.jzName = res.data.jzName;
|
|
|
indexInfoData.kechengCount = res.data.kechengCount;
|
|
indexInfoData.kechengCount = res.data.kechengCount;
|
|
|
indexInfoData.kechengUsed = res.data.kechengUsed;
|
|
indexInfoData.kechengUsed = res.data.kechengUsed;
|
|
|
|
|
+ // indexInfoData.tixingFlag =
|
|
|
})
|
|
})
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -264,6 +273,12 @@
|
|
|
url: '/pages/admin/zijiazheng/index'
|
|
url: '/pages/admin/zijiazheng/index'
|
|
|
})
|
|
})
|
|
|
break;
|
|
break;
|
|
|
|
|
+ // 家政合同
|
|
|
|
|
+ case 'jzht':
|
|
|
|
|
+ uni.redirectTo({
|
|
|
|
|
+ url: '/pages/admin/Hetong/Hetong'
|
|
|
|
|
+ })
|
|
|
|
|
+ break;
|
|
|
case 'demo':
|
|
case 'demo':
|
|
|
uni.redirectTo({
|
|
uni.redirectTo({
|
|
|
url: '/pages/demo/demo2'
|
|
url: '/pages/demo/demo2'
|