添加首页统计跳转页面
This commit is contained in:
@@ -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();
|
||||
}
|
||||
},
|
||||
|
||||
/**
|
||||
* 生命周期函数--监听页面初次渲染完成
|
||||
|
||||
Reference in New Issue
Block a user