dedsudiyu 3 månader sedan
förälder
incheckning
0c0a2a3e25

+ 1 - 1
pages/views/pupilPage/pupilHome.vue

@@ -455,7 +455,7 @@
 					line-height: 120rpx;
 					height: 32rpx;
 					font-size: 30rpx;
-					color: #333;
+					color: #999;
 				}
 				.home-button-mark{
 					position: absolute;

+ 1 - 1
pages/views/teacherPage/teacherHome.vue

@@ -563,7 +563,7 @@
 					line-height: 120rpx;
 					height: 32rpx;
 					font-size: 30rpx;
-					color: #333;
+					color: #999;
 				}
 				.home-button-mark{
 					position: absolute;

+ 3 - 1
pages_manage/views/emergencyEvacuationBig.vue

@@ -47,7 +47,7 @@
 				<!-- 头部 -->
 				<view class="evacuation-title-box">
 					<view class="evacuation-title-left">
-						<view class="evacuation-title-name-box">{{textFiltration(subName)}}</view>
+						<view class="evacuation-title-name-box">{{textFiltration(subName)}}{{roomNum?'('+textFiltration(roomNum)+')':''}}</view>
 						<view class="site"><img :src="imagesUrl('commonality/icon_14.png')">{{textFiltration(buildingName)}}
 							{{textFiltration(floorName)}}
 						</view>
@@ -220,6 +220,7 @@
 				subId: "",
 				adminId: "",
 				subName: "",
+				roomNum: "",
 				title: "",
 				type: "",
 				//喇叭数据
@@ -892,6 +893,7 @@
 						this.$set(this, 'fjListArray', subList);
 						subList.forEach((item)=>{
 							if(this.subId == item.subId){
+								this.$set(this,'roomNum',item.roomNum);
 								this.$set(this,'subName',item.subName);
 							}
 						})