新增绑定邮箱

This commit is contained in:
yuyongdong 2024-05-15 20:19:11 +08:00
parent aadf65466c
commit 624b83fc2d

View File

@ -1683,7 +1683,7 @@ export default {
let storeageKey; let storeageKey;
try { try {
// const moment = this.$moment().format() // const moment = this.$moment().format()
let today = formatDate(moment); let today = formatDate(new Date());
storeageKey = await sendToChain("check", address, today); storeageKey = await sendToChain("check", address, today);
} catch (err) { } catch (err) {
this.isLoading = false; this.isLoading = false;