wkyy 1 ano atrás
pai
commit
821de1ecb0

+ 10 - 45
pages/abnormal/abnormalAlarmDetails.vue

@@ -71,53 +71,13 @@
 					请选择关闭原因:
 				</view>
 				<view class="reason-content">
-					<view class="reason-item">
+					<view class="reason-item" v-for="(item,index) in reasonList" :key="index">
 						<view class="item-title">
-							错误告警
+							{{item}}
 						</view>
-						<view class="item-value">
+						<view class="item-value" @click="reasonClick(item,index)">
 							<label class="radio">
-								<radio value="" /><text></text>
-							</label>
-						</view>
-					</view>
-					<view class="reason-item">
-						<view class="item-title">
-							设备已自动恢复
-						</view>
-						<view class="item-value">
-							<label class="radio">
-								<radio value="" /><text></text>
-							</label>
-						</view>
-					</view>
-					<view class="reason-item">
-						<view class="item-title">
-							不需要上门解决
-						</view>
-						<view class="item-value">
-							<label class="radio">
-								<radio value="" /><text></text>
-							</label>
-						</view>
-					</view>
-					<view class="reason-item">
-						<view class="item-title">
-							平台移桩,可忽视
-						</view>
-						<view class="item-value">
-							<label class="radio">
-								<radio value="" /><text></text>
-							</label>
-						</view>
-					</view>
-					<view class="reason-item">
-						<view class="item-title">
-							其他
-						</view>
-						<view class="item-value">
-							<label class="radio">
-								<radio value="" /><text></text>
+								<radio name="reason" :checked="index === current" /><text></text>
 							</label>
 						</view>
 					</view>
@@ -136,10 +96,15 @@
 	export default {
 		data() {
 			return {
-				closeShow: false
+				closeShow: false,
+				reasonList: ['错误告警','设备已自动恢复','不需要上门解决','平台移桩,可忽视','其他'],
+				current: 0
 			}
 		},
 		methods: {
+			reasonClick(item,index) {
+				this.current = index;
+			},
 			closeWorkOrder() {
 				uni.navigateTo({
 					url: '/pages/workOrderManagement/workOrderDetails'

+ 5 - 5
pages/statistics/statistics.vue

@@ -412,11 +412,11 @@
 			this.getCompanyInfoList();
 			this.getAccumulatedAlarms();
 		},
-		onReady() {
-			this.getPieCharts();
-			this.getBarCharts();
-			this.getLineCharts();
-		},
+		// onReady() {
+		// 	this.getPieCharts();
+		// 	this.getBarCharts();
+		// 	this.getLineCharts();
+		// },
 		methods: {
 			merchantChange(item, index) {
 				var m = item;

+ 6 - 2
pages/workOrderManagement/faultReport.vue

@@ -58,7 +58,7 @@
 		</view>
 		<!-- 底部 -->
 		<view class="bottom">
-			<button class="submit">提交工单</button>
+			<button class="submit" @click="submit">提交工单</button>
 		</view>
 	</view>
 </template>
@@ -85,7 +85,11 @@
 			}
 		},
 		methods: {
-
+			submit() {
+				uni.navigateTo({
+					url: '/pages/workOrderManagement/workOrderManagement'
+				})
+			}
 		}
 	}
 </script>

+ 4 - 2
pages/workOrderManagement/workOrderDetails.vue

@@ -173,7 +173,7 @@
 		</view>
 		<!-- 底部 -->
 		<view class="bottom">
-			<button class="back">返回</button>
+			<button class="back" @click="back">返回</button>
 			<button class="confirm" @click="resultShow=true">确认解决</button>
 		</view>
 		<!-- 填写处理结果 -->
@@ -232,7 +232,9 @@
 			}
 		},
 		methods: {
-
+			back() {
+				uni.navigateBack()
+			}
 		}
 	}
 </script>

+ 353 - 342
pages/workOrderManagement/workOrderManagement.vue

@@ -1,6 +1,6 @@
 <template>
 	<view>
-		
+
 		<view class="navbar-c">
 			<view class="back" @click="toWorkOrderMap">
 				<image class="img" src="@/assets/img/riLine-road-map-line.svg" mode=""></image>
@@ -8,18 +8,18 @@
 			<view class="title">
 				工单管理
 			</view>
-			<view class="right" >
+			<view class="right">
 				故障上报
 			</view>
 		</view>
-		
+
 		<!-- 搜索 -->
 		<view class="search-box">
-			<u-search placeholder="搜索" bg-color="#fff" height="80" :show-action="true"  v-model="keyword">
-				
-				
+			<u-search placeholder="搜索" bg-color="#fff" height="80" :show-action="true" v-model="keyword">
+
+
 			</u-search>
-			
+
 		</view>
 		<!-- 我的工单 -->
 		<view class="my-work-order">
@@ -36,10 +36,10 @@
 			</view>
 			<!-- 分类 -->
 			<view class="classify">
-				<view class="item item-checked" >
+				<view class="item item-checked">
 					全部18
 					<view class="checked-circle">
-						
+
 					</view>
 				</view>
 				<view class="item">
@@ -82,7 +82,7 @@
 						沙市区江津东路附155号
 					</view>
 				</view>
-				
+
 				<view class="order-item">
 					<view class="item-icon">
 						<image class="img" src="@/assets/img/riFill-time-fill.svg" mode=""></image>
@@ -91,7 +91,7 @@
 						2024-02-04 20:00:00
 					</view>
 				</view>
-				
+
 				<view class="button">
 					<view class="state">
 						待指派
@@ -102,9 +102,9 @@
 					</view>
 				</view>
 			</view>
-			
+
 			<view class="work-order">
-				
+
 				<view class="order-item">
 					<view class="item-icon">
 						<image class="img" src="@/assets/img/riFill-building-fill1.svg" mode=""></image>
@@ -129,7 +129,7 @@
 						沙市区江津东路附155号
 					</view>
 				</view>
-				
+
 				<view class="order-item">
 					<view class="item-icon">
 						<image class="img" src="@/assets/img/riFill-time-fill.svg" mode=""></image>
@@ -138,20 +138,20 @@
 						2024-02-04 20:00:00
 					</view>
 				</view>
-				
+
 				<view class="button">
 					<view class="state state2">
 						进行中
 					</view>
 					<view class="btn">
-						
+
 						<button class="resolved">确认解决</button>
 					</view>
 				</view>
 			</view>
-			
+
 			<view class="work-order">
-				
+
 				<view class="order-item">
 					<view class="item-icon">
 						<image class="img" src="@/assets/img/riFill-building-fill1.svg" mode=""></image>
@@ -176,7 +176,7 @@
 						沙市区江津东路附155号
 					</view>
 				</view>
-				
+
 				<view class="order-item">
 					<view class="item-icon">
 						<image class="img" src="@/assets/img/riFill-time-fill.svg" mode=""></image>
@@ -185,20 +185,20 @@
 						2024-02-04 20:00:00
 					</view>
 				</view>
-				
+
 				<view class="button">
 					<view class="state state3">
 						已解决
 					</view>
 					<view class="btn">
-						
+
 						<button class="view">查看详情</button>
 					</view>
 				</view>
 			</view>
-			
+
 			<view class="work-order">
-				
+
 				<view class="order-item">
 					<view class="item-icon">
 						<image class="img" src="@/assets/img/riFill-building-fill1.svg" mode=""></image>
@@ -223,7 +223,7 @@
 						沙市区江津东路附155号
 					</view>
 				</view>
-				
+
 				<view class="order-item">
 					<view class="item-icon">
 						<image class="img" src="@/assets/img/riFill-time-fill.svg" mode=""></image>
@@ -232,88 +232,48 @@
 						2024-02-04 20:00:00
 					</view>
 				</view>
-				
+
 				<view class="button">
 					<view class="state state4">
 						已关闭
 					</view>
 					<view class="btn">
-						
+
 						<button class="view">查看详情</button>
 					</view>
 				</view>
 			</view>
 		</view>
-		
+
 		<!-- 关闭原因 -->
-		<u-popup v-model="closeShow" mode="bottom" closeable close-icon-size="24" close-icon-color="#101010" border-radius="24">
-					<view class="close-reason">
-						<view class="title">
-							请选择关闭原因:
-						</view>
-						<view class="reason-content">
-							<view class="reason-item">
-								<view class="item-title">
-									错误告警
-								</view>
-								<view class="item-value">
-									<label class="radio">
-										<radio value="" /><text></text>
-									</label>
-								</view>
-							</view>
-							<view class="reason-item">
-								<view class="item-title">
-									设备已自动恢复
-								</view>
-								<view class="item-value">
-									<label class="radio">
-										<radio value="" /><text></text>
-									</label>
-								</view>
-							</view>
-							<view class="reason-item">
-								<view class="item-title">
-									不需要上门解决
-								</view>
-								<view class="item-value">
-									<label class="radio">
-										<radio value="" /><text></text>
-									</label>
-								</view>
-							</view>
-							<view class="reason-item">
-								<view class="item-title">
-									平台移桩,可忽视
-								</view>
-								<view class="item-value">
-									<label class="radio">
-										<radio value="" /><text></text>
-									</label>
-								</view>
-							</view>
-							<view class="reason-item">
-								<view class="item-title">
-									其他
-								</view>
-								<view class="item-value">
-									<label class="radio">
-										<radio value="" /><text></text>
-									</label>
-								</view>
-							</view>
+		<u-popup v-model="closeShow" mode="bottom" closeable close-icon-size="24" close-icon-color="#101010"
+			border-radius="24">
+			<view class="close-reason">
+				<view class="title">
+					请选择关闭原因:
+				</view>
+				<view class="reason-content">
+					<view class="reason-item" v-for="(item,index) in reasonList" :key="index">
+						<view class="item-title">
+							{{item}}
 						</view>
-						<view class="button-box">
-							<button class="think">我在想想</button>
-							<button class="confirm" >确认关闭</button>
+						<view class="item-value" @click="reasonClick(item,index)">
+							<label class="radio">
+								<radio name="reason" :checked="index === current" /><text></text>
+							</label>
 						</view>
 					</view>
-				
-				
-	</u-popup>
+				</view>
+				<view class="button-box">
+					<button class="think" @click="closeShow=false">我在想想</button>
+					<button class="confirm" @click="closeWorkOrder">确认关闭</button>
+				</view>
+			</view>
+		</u-popup>
 		<!-- 催单 -->
-		
-		<u-popup v-model="reminderShow" mode="bottom" closeable close-icon-size="24" close-icon-color="#101010" border-radius="24">
+
+		<u-popup v-model="reminderShow" mode="bottom" closeable close-icon-size="24" close-icon-color="#101010"
+			border-radius="24">
 			<view class="reminder-content">
 				<view class="title">
 					催单
@@ -321,16 +281,16 @@
 				<view class="content">
 					我们已催促平台尽快指派工程师处理工单。
 				</view>
-				<button class="know" >知道了</button>
+				<button class="know">知道了</button>
 			</view>
 		</u-popup>
-		
+
 		<energyCenterTabbar :current="1"></energyCenterTabbar>
 	</view>
 </template>
 
 <script>
-	import  energyCenterTabbar from '@/components/energyCenterTabbar.vue'
+	import energyCenterTabbar from '@/components/energyCenterTabbar.vue'
 	export default {
 		components: {
 			energyCenterTabbar
@@ -338,10 +298,22 @@
 		data() {
 			return {
 				keyword: '',
-                closeShow:false,
-				reminderShow:false,			}
+				closeShow: false,
+				reminderShow: false,
+				reasonList: ['错误告警','设备已自动恢复','不需要上门解决','平台移桩,可忽视','其他'],
+				current: 0
+			}
 		},
 		methods: {
+			reasonClick(item,index) {
+				this.current = index;
+			},
+			closeWorkOrder() {
+				uni.navigateTo({
+					url: '/pages/workOrderManagement/workOrderDetails'
+				})
+				this.closeShow = false;
+			},
 			toWorkOrderMap() {
 				uni.navigateTo({
 					url: '/pages/workOrderManagement/workOrderMap'
@@ -361,278 +333,317 @@
 		z-index: 999;
 		width: 200rpx;
 	}
-	
-	page{
+
+	page {
 		padding-bottom: 100px;
 	}
-// 搜索
-.search-box{
-	padding: 16rpx 32rpx;
-	position: sticky;
-	top: 88rpx;
-	z-index: 999;
-	background-color:#F2F4F6;
-	/deep/.u-content{
-		border-radius: 8px !important;
-	};
-	/deep/.u-search{
-		position: relative
-	};
-
-	/deep/.u-action {
-		width: 96rpx;
-		line-height: 56rpx;
-		border-radius: 4px;
-		background-color: rgba(22,119,255,1);
-		color: rgba(255,255,255,1);
-		text-align: center;
-		z-index: 9999;
-		position: absolute;
-		right: 12rpx;
+
+	// 搜索
+	.search-box {
+		padding: 16rpx 32rpx;
+		position: sticky;
+		top: 88rpx;
+		z-index: 999;
+		background-color: #F2F4F6;
+
+		/deep/.u-content {
+			border-radius: 8px !important;
+		}
+
+		;
+
+		/deep/.u-search {
+			position: relative
+		}
+
+		;
+
+		/deep/.u-action {
+			width: 96rpx;
+			line-height: 56rpx;
+			border-radius: 4px;
+			background-color: rgba(22, 119, 255, 1);
+			color: rgba(255, 255, 255, 1);
+			text-align: center;
+			z-index: 9999;
+			position: absolute;
+			right: 12rpx;
+		}
 	}
-}
-
-// 我的工单
-.my-work-order{
-	
-	.title{
-		display: flex;
-		align-items: center;
-		justify-content: space-between;
-		padding: 16rpx 32rpx; 
-		.name{
+
+	// 我的工单
+	.my-work-order {
+
+		.title {
 			display: flex;
 			align-items: center;
-			color: rgba(16,16,16,1);
-			font-size: 36rpx;
-			font-weight: bold;
-			.icon{
-				width: 36rpx;
-				height: 36rpx;
-				border-radius: 4px;
-				background-color: rgba(22,119,255,1);
+			justify-content: space-between;
+			padding: 16rpx 32rpx;
+
+			.name {
 				display: flex;
 				align-items: center;
-				justify-content: center;
-				margin-right: 12rpx;
-				.img{
-					width: 28rpx;
-					height: 28rpx;
-					
+				color: rgba(16, 16, 16, 1);
+				font-size: 36rpx;
+				font-weight: bold;
+
+				.icon {
+					width: 36rpx;
+					height: 36rpx;
+					border-radius: 4px;
+					background-color: rgba(22, 119, 255, 1);
+					display: flex;
+					align-items: center;
+					justify-content: center;
+					margin-right: 12rpx;
+
+					.img {
+						width: 28rpx;
+						height: 28rpx;
+
+					}
 				}
 			}
+
+			.more {
+				color: #777777;
+				font-size: 32rpx;
+			}
 		}
-		.more{
-			color: #777777;
-			font-size: 32rpx;
+
+		// 分类
+		.classify {
+			display: flex;
+			align-items: center;
+			justify-content: space-between;
+			padding: 0 32rpx;
+			margin-top: 8rpx;
+
+			.item {
+				width: 160rpx;
+				line-height: 72rpx;
+				border-radius: 8px;
+				background-color: rgba(255, 255, 255, 1);
+				border: 1px solid rgba(22, 119, 255, 1);
+				text-align: center;
+				color: rgba(22, 119, 255, 1);
+				font-weight: bold;
+				overflow: hidden;
+			}
+
+			.item-checked {
+				background: linear-gradient(180deg, rgba(78, 141, 246, 1) 0%, rgba(22, 119, 255, 1) 100%);
+				color: #fff;
+				position: relative;
+
+				.checked-circle {
+					width: 20rpx;
+					height: 20rpx;
+					background-color: rgba(255, 150, 0, 1);
+					border-radius: 999px;
+					position: absolute;
+					bottom: -10rpx;
+					left: 50%;
+					transform: translateX(-50%);
+				}
+			}
 		}
-	}
-	// 分类
-	.classify{
-		display: flex;
-		align-items: center;
-		justify-content: space-between;
-		padding: 0 32rpx;
-		margin-top: 8rpx;
-		.item{
-			width: 160rpx;
-			line-height: 72rpx;
+
+		// 工单详情
+		.work-order {
 			border-radius: 8px;
-			background-color: rgba(255,255,255,1);
-			border: 1px solid rgba(22,119,255,1);
-			text-align: center;
-			color: rgba(22,119,255,1);
-			font-weight: bold;
-			overflow: hidden;
-		}
-		.item-checked{
-			background: linear-gradient(180deg, rgba(78,141,246,1) 0%,rgba(22,119,255,1) 100%);
-			color: #fff;
+			background-color: rgba(255, 255, 255, 1);
+			margin: 24rpx 32rpx;
+			padding: 32rpx 24rpx 0;
 			position: relative;
-			.checked-circle{
-				width: 20rpx;
-				height: 20rpx;
-				background-color: rgba(255,150,0,1);
-				border-radius: 999px;
+
+			// 紧急
+			.urgency {
+				width: 120rpx;
+				line-height: 56rpx;
+				border-radius: 0px 8px 0px 8px;
+				color: rgba(255, 255, 255, 1);
+				font-size: 32rpx;
+				text-align: center;
+				background: linear-gradient(180deg, rgba(255, 79, 63, 1) 0%, rgba(255, 124, 112, 1) 100%);
 				position: absolute;
-				bottom: -10rpx;
-				left: 50%;
-				transform: translateX(-50%);
+				top: 0;
+				right: 0;
+
+			}
+
+			.order-item {
+				display: flex;
+				align-items: center;
+				margin-bottom: 16rpx;
+
+				.item-icon {
+					.img {
+						width: 40rpx;
+						height: 40rpx;
+						vertical-align: middle;
+					}
+				}
+
+				.item-value {
+					color: rgba(51, 51, 51, 1);
+					font-size: 32rpx;
+					margin-left: 16rpx;
+				}
+
+				.value-bold {
+					font-weight: bold;
+				}
 			}
 		}
-	}
 
-  // 工单详情
-  .work-order{
-	  border-radius: 8px;
-	  background-color: rgba(255,255,255,1);
-	  margin: 24rpx 32rpx;
-	  padding: 32rpx 24rpx 0;
-	  position: relative;
-	  // 紧急
-	  .urgency{
-		  width: 120rpx;
-		  line-height: 56rpx;
-		  border-radius: 0px 8px 0px 8px;
-		  color: rgba(255,255,255,1);
-		  font-size: 32rpx;
-		  text-align: center;
-		  background: linear-gradient(180deg, rgba(255,79,63,1) 0%,rgba(255,124,112,1) 100%);
-		  position: absolute;
-		  top: 0;
-		  right: 0;
-		  
-	  }
-	  .order-item{
-		  display: flex;
-		  align-items: center;
-		  margin-bottom: 16rpx;
-		  .item-icon{
-			  .img{
-				  width: 40rpx;
-				  height: 40rpx;
-				  vertical-align: middle;
-			  }
-		  }
-		  .item-value{
-			  color: rgba(51,51,51,1);
-			  font-size: 32rpx;
-			  margin-left: 16rpx;
-		  }
-		  .value-bold{
-			  font-weight: bold;
-		  }
-	  }
-  }
-  // 按钮
-  .button{
-	  margin-top: 32rpx;
-	  border-top: 1px solid rgba(232,232,232,1);
-	  padding: 20rpx 0;
-	  display: flex;
-	  justify-content: space-between;
-	  align-items: center;
-	  .state{
-		  color: rgba(255,123,0,1);
-	  }
-	  .state2{
-		  color: rgba(22,119,255,1);
-	  }
-	  .state3{
-		  color: rgba(0,185,98,1);
-	  }
-	  .state4{
-		  color: rgba(119,119,119,1);
-	  }
-	  .btn{
-		  display: flex;
-		  .close{
-			  border: 1px solid rgba(187,187,187,1);
-			  width: 144rpx;
-			  height: 64rpx;
-			  line-height: 64rpx;
-			  border-radius: 4px;
-			  background-color: rgba(255,255,255,1);
-			  color: rgba(119,119,119,1);
-			  margin-right: 24rpx;
-			  font-size: 28rpx
-		  }
-		  .reminder,.resolved{
-			  width: 144rpx;
-			  height: 64rpx;
-			  line-height: 64rpx;
-			  border-radius: 4px;
-			  color: rgba(255,255,255,1);
-			  background-color: rgba(22,119,255,1);
-			  font-size: 28rpx
-		  }
-		  .resolved{
-			  width: 176rpx;
-		  }
-		  .view{
-			  width: 176rpx;
-			  height: 64rpx;
-			  line-height: 64rpx;
-			  border-radius: 4px;
-			  background-color: rgba(255,255,255,1);
-			  color: rgba(119,119,119,1);	
-			  font-size: 28rpx;
-			  border: 1px solid rgba(187,187,187,1);
-		  }
-	  }
-  }
-
-}
-
-//关闭原因
-.close-reason{
-	padding: 32rpx;
-	.title{
-		color: rgba(16,16,16,1);
-		font-size: 36rpx;
-		font-weight: bold;
-	}
-	.reason-content{
-		margin-top: 60rpx;
-		.reason-item{
+		// 按钮
+		.button {
+			margin-top: 32rpx;
+			border-top: 1px solid rgba(232, 232, 232, 1);
+			padding: 20rpx 0;
 			display: flex;
-			align-items: center;
 			justify-content: space-between;
-			margin-bottom: 56rpx;
-			.item-title{
-				color: rgba(16,16,16,1);
+			align-items: center;
+
+			.state {
+				color: rgba(255, 123, 0, 1);
+			}
+
+			.state2 {
+				color: rgba(22, 119, 255, 1);
+			}
+
+			.state3 {
+				color: rgba(0, 185, 98, 1);
+			}
+
+			.state4 {
+				color: rgba(119, 119, 119, 1);
+			}
+
+			.btn {
+				display: flex;
+
+				.close {
+					border: 1px solid rgba(187, 187, 187, 1);
+					width: 144rpx;
+					height: 64rpx;
+					line-height: 64rpx;
+					border-radius: 4px;
+					background-color: rgba(255, 255, 255, 1);
+					color: rgba(119, 119, 119, 1);
+					margin-right: 24rpx;
+					font-size: 28rpx
+				}
+
+				.reminder,
+				.resolved {
+					width: 144rpx;
+					height: 64rpx;
+					line-height: 64rpx;
+					border-radius: 4px;
+					color: rgba(255, 255, 255, 1);
+					background-color: rgba(22, 119, 255, 1);
+					font-size: 28rpx
+				}
+
+				.resolved {
+					width: 176rpx;
+				}
+
+				.view {
+					width: 176rpx;
+					height: 64rpx;
+					line-height: 64rpx;
+					border-radius: 4px;
+					background-color: rgba(255, 255, 255, 1);
+					color: rgba(119, 119, 119, 1);
+					font-size: 28rpx;
+					border: 1px solid rgba(187, 187, 187, 1);
+				}
+			}
+		}
+
+	}
+
+	//关闭原因
+	.close-reason {
+		padding: 32rpx;
+
+		.title {
+			color: rgba(16, 16, 16, 1);
+			font-size: 36rpx;
+			font-weight: bold;
+		}
+
+		.reason-content {
+			margin-top: 60rpx;
+
+			.reason-item {
+				display: flex;
+				align-items: center;
+				justify-content: space-between;
+				margin-bottom: 56rpx;
+
+				.item-title {
+					color: rgba(16, 16, 16, 1);
+					font-size: 32rpx;
+				}
+			}
+		}
+
+		.button-box {
+			display: flex;
+
+			.think {
+				width: 328rpx;
+
+				line-height: 80rpx;
+				font-size: 32rpx;
+				border-radius: 4px;
+				background-color: rgba(222, 225, 228, 1);
+				color: rgba(51, 51, 51, 1);
+
+			}
+
+			.confirm {
+				width: 328rpx;
+
+				line-height: 80rpx;
 				font-size: 32rpx;
+				border-radius: 4px;
+				background-color: rgba(255, 68, 68, 1);
+				color: rgba(255, 255, 255, 1);
 			}
 		}
 	}
-	.button-box{
-		display: flex;
-		.think{
-			width: 328rpx;
-			
-			line-height: 80rpx;
+
+	// 催单
+	.reminder-content {
+		padding: 32rpx;
+		text-align: center;
+
+		.title {
+			color: rgba(16, 16, 16, 1);
+			font-size: 36rpx;
+			font-weight: bold;
+		}
+
+		.content {
+			color: rgba(16, 16, 16, 1);
 			font-size: 32rpx;
-			border-radius: 4px;
-			background-color: rgba(222,225,228,1);
-			color: rgba(51,51,51,1);
-			
+			margin-top: 40rpx;
 		}
-		.confirm{
-			width: 328rpx;
-			
+
+		.know {
+			width: 100%;
 			line-height: 80rpx;
-			font-size: 32rpx;
 			border-radius: 4px;
-			background-color: rgba(255,68,68,1);
-			color: rgba(255,255,255,1);
+			background-color: rgba(22, 119, 255, 1);
+			color: rgba(255, 255, 255, 1);
+			font-size: 32rpx;
+			margin-top: 84rpx;
 		}
 	}
-}
-
-// 催单
-.reminder-content{
-	padding: 32rpx;
-	text-align: center;
-	.title{
-		color: rgba(16,16,16,1);
-		font-size: 36rpx;
-		font-weight: bold;
-	}
-	.content{
-		color: rgba(16,16,16,1);
-		font-size: 32rpx;
-		margin-top: 40rpx;
-	}
-	.know{
-		width: 100%;
-		line-height: 80rpx;
-		border-radius: 4px;
-		background-color: rgba(22,119,255,1);
-		color: rgba(255,255,255,1);
-		font-size: 32rpx;
-		margin-top: 84rpx;
-	}
-}
-
-
-</style>
+</style>