|
|
@@ -17,9 +17,13 @@
|
|
|
<image src="../../static/images/air.png" mode=""></image>
|
|
|
<text>共享空调</text>
|
|
|
</navigator>
|
|
|
- <navigator :url="'/pagesClockIn/index/index'" open-type="navigate" class="menu_item">
|
|
|
+ <!-- <navigator :url="'/pagesClockIn/index/index'" open-type="navigate" class="menu_item">
|
|
|
<image src="../../static/images/clockIn.png" mode=""></image>
|
|
|
<text>校园打卡</text>
|
|
|
+ </navigator> -->
|
|
|
+ <navigator :url="'/pagesClockIn/money/money'" open-type="navigate" class="menu_item">
|
|
|
+ <image src="../../static/images/money.png" mode=""></image>
|
|
|
+ <text>学费缴纳</text>
|
|
|
</navigator>
|
|
|
</view>
|
|
|
</view>
|
|
|
@@ -100,11 +104,11 @@
|
|
|
} else if (res.data.data[0].value == 2) {
|
|
|
// 系统正在维护...
|
|
|
this.$store.state.test = 'weihuzhong'
|
|
|
-
|
|
|
+
|
|
|
uni.showModal({
|
|
|
title: '提示信息',
|
|
|
- content:'系统维护中...\r\n暂时请不要使用!\r\n避免造成不必要的损失!',
|
|
|
- showCancel:false
|
|
|
+ content: '系统维护中...\r\n暂时请不要使用!\r\n避免造成不必要的损失!',
|
|
|
+ showCancel: false
|
|
|
});
|
|
|
} else {
|
|
|
// 正式模式
|
|
|
@@ -474,4 +478,4 @@
|
|
|
background-color: #FFFFFF;
|
|
|
}
|
|
|
}
|
|
|
-</style>
|
|
|
+</style>
|