Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lixin committed Dec 21, 2018
1 parent 1d6e897 commit 6620556
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pages/signMoudle/doSign/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,11 @@ Page({
}
that.setData({
files: fis,
photoFiles: fis
photoFiles: fis,
signInTime: result.signInTime,
signOutTime: result.signOutTime,
nowAddress: result.signInAddress,
outAddress: result.signOutAddress,
})
}
}
Expand Down

0 comments on commit 6620556

Please sign in to comment.