xiugai
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
import {url} from '../../request'
|
||||
const { checkLogin } = require('../../utils/logcheck');
|
||||
Page({
|
||||
data: {
|
||||
list:[],
|
||||
@ -40,6 +41,7 @@ Page({
|
||||
* 生命周期函数--监听页面显示
|
||||
*/
|
||||
onShow() {
|
||||
checkLogin();
|
||||
const that = this
|
||||
wx.getStorage({
|
||||
key: "logmessage",
|
||||
|
Reference in New Issue
Block a user