|
@@ -147,6 +147,18 @@
|
|
|
uni.reLaunch({
|
|
uni.reLaunch({
|
|
|
url: '/pages_student/views/accessApplication/applicationDetails?item=' + uni.getStorageSync('studentCation')
|
|
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 {
|
|
} else {
|
|
|
uni.reLaunch({
|
|
uni.reLaunch({
|
|
|
url: '/pages/views/home/home',
|
|
url: '/pages/views/home/home',
|