update uview 8.14

This commit is contained in:
2020-08-14 17:17:16 +08:00
parent b266c9c775
commit cb2e91f65a
2 changed files with 2 additions and 2 deletions

View File

@@ -139,7 +139,7 @@ export default {
goods_id: this.goodsInfo.goods_id,
num: this.number,
store_id: this.store.store_id,
appointment_time: new Date(this.time),
appointment_time: Math.floor(new Date(this.time).getTime() / 1000),
}).then(res => {
if (res.errCode == 0) {
this.$refs.uToast.show({