@@ -1,6 +1,7 @@
// pages/early_warning_list/early_warning_list.js
import http from '../../base/httputil'
const app = getApp()
+
Page({
/**
@@ -7,5 +7,4 @@
"navigationBarTextStyle": "white",
"navigationBarTitleText": "预警"
-
}
@@ -29,4 +29,4 @@
</view>
-</view>
+</view>
@@ -26,7 +26,6 @@ Page({
noticeTime: details.createTime,
noticeContent: details.noticeContent
})
},