This commit is contained in:
Ling53666
2025-05-15 21:01:14 +08:00
parent 9b8553930b
commit 7c371623eb
35 changed files with 620 additions and 401 deletions

View File

@ -1,4 +1,4 @@
// pages/findxiangqing/findxiangqing.js
const { checkLogin } = require('../../utils/logcheck');
Page({
/**
@ -26,7 +26,7 @@ Page({
* 生命周期函数--监听页面显示
*/
onShow() {
checkLogin();
},
/**