Commit 715300bf by zhangzhen

细节优化

parent ed52cf50
...@@ -1364,8 +1364,9 @@ ...@@ -1364,8 +1364,9 @@
return return
} }
this.orderDateDes = moment(this.formatAllData.formatAllData).format("YYYY年MM月DD日") this.orderDateDes = moment(this.formatAllData.startDateTime).format("YYYY年MM月DD日")
this.orderWeekDes = moment(this.formatAllData.formatAllData).days(); this.orderWeekDes = moment(this.formatAllData.startDateTime).days();
console.log(this.orderWeekDes,9999)
this.$refs.confirmPop.open(); this.$refs.confirmPop.open();
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment