feat: 打卡页面按钮

This commit is contained in:
huxiaoshuang
2022-11-25 14:55:28 +08:00
parent fdf1963adc
commit 954f781cf9
8 changed files with 76 additions and 21 deletions

View File

@@ -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,
},