dedsudiyu 6 dagar sedan
förälder
incheckning
bacc344df6

+ 12 - 0
pages/views/login/accountLogin.vue

@@ -147,6 +147,18 @@
 								uni.reLaunch({
 									url: '/pages_student/views/accessApplication/applicationDetails?item=' + uni.getStorageSync('studentCation')
 								})
+							} else if(uni.getStorageSync('recyclingReportRecord')){
+								//短信跳转-危废回收-报备
+								uni.removeStorageSync('recyclingReportRecord')
+								uni.reLaunch({
+									url: "/pages_hazardousWasteRecycling/views/recyclingReportRecord/index",
+								});
+							} else if(uni.getStorageSync('permissionApply')){
+								//短信跳转-危废回收-申请列表
+								uni.removeStorageSync('permissionApply')
+								uni.reLaunch({
+									url: "/pages_hazardousWasteRecycling/views/permissionApply/listPage",
+								});
 							} else {
 								uni.reLaunch({
 									url: '/pages/views/home/home',

+ 12 - 0
pages/views/login/ssoCertification.vue

@@ -93,6 +93,18 @@
 							uni.reLaunch({
 								url: '/pages_student/views/accessApplication/applicationDetails?item=' + uni.getStorageSync('studentCation')
 							})
+						} else if(uni.getStorageSync('recyclingReportRecord')){
+							//短信跳转-危废回收-报备
+							uni.removeStorageSync('recyclingReportRecord')
+							uni.reLaunch({
+								url: "/pages_hazardousWasteRecycling/views/recyclingReportRecord/index",
+							});
+						} else if(uni.getStorageSync('permissionApply')){
+							//短信跳转-危废回收-申请列表
+							uni.removeStorageSync('permissionApply')
+							uni.reLaunch({
+								url: "/pages_hazardousWasteRecycling/views/permissionApply/listPage",
+							});
 						} else {
 							uni.reLaunch({
 								url: '/pages/views/home/home',

+ 0 - 1
pages_hazardousWasteRecycling/views/home/home.vue

@@ -43,7 +43,6 @@
 			}
 		},
 		onLoad(option) {
-			
 		},
 		onShow() {
 

+ 3 - 1
pages_hazardousWasteRecycling/views/permissionApply/listPage.vue

@@ -74,7 +74,9 @@
 			}
 		},
 		onLoad(option) {
-			
+			if(option.skipType){
+				uni.setStorageSync('permissionApply',true);
+			}
 		},
 		onShow() {
 			this.getList();

+ 3 - 0
pages_hazardousWasteRecycling/views/recyclingReportRecord/index.vue

@@ -86,6 +86,9 @@
 			}
 		},
 		onLoad(option) {
+			if(option.skipType){
+				uni.setStorageSync('recyclingReportRecord',true);
+			}
 			if(option.subId){
 				this.$set(this,'subId',option.subId);
 			}