添加首页统计跳转页面

This commit is contained in:
zhengw
2026-02-05 16:02:34 +08:00
parent 4b8842d676
commit 3513a19880
14 changed files with 151 additions and 39 deletions

View File

@@ -3,6 +3,7 @@ import {
cloneLite,
getAuthInfo,
getDataSet,
getDay,
showModal,
sleep,
toArray,
@@ -131,7 +132,13 @@ Page({
/**
* 生命周期函数--监听页面加载
*/
onLoad(_options) {},
onLoad(options) {
const { type } = options;
if (type == 'today') {
this.data.params.create_dateL = getDay();
this.data.params.create_dateU = getDay();
}
},
/**
* 生命周期函数--监听页面初次渲染完成