feat: 打卡页面按钮
This commit is contained in:
@@ -157,9 +157,10 @@ const Home = () => {
|
||||
id: res?.data?.[0]?._id,
|
||||
objData: {
|
||||
checkInArr: [
|
||||
// ...(res?.data?.[0]?.checkInArr ?? []),
|
||||
...(res?.data?.[0]?.checkInArr ?? []),
|
||||
{
|
||||
imageUrl: data?.imageUrl,
|
||||
checkTime :new Date().valueOf(),//打卡时间
|
||||
// remark: fieldValues?.remark,
|
||||
// location: address,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user