[本时生活H5]

This commit is contained in:
2023-09-28 14:35:28 +08:00
parent f74b177f6d
commit 69824dedea
48 changed files with 9224 additions and 6635 deletions

View File

@@ -106,7 +106,12 @@
_this.disabled = true
}
}, 1000)
}).catch(err=>{})
}).catch(err => {
uni.showToast({
icon: 'none',
title: err.message
})
})
}
},