6.22
This commit is contained in:
@@ -33,6 +33,14 @@ export default {
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
addManicureOrder() {
|
||||
this.$u.api.addManicure({
|
||||
name: this.name,
|
||||
time: this.time
|
||||
}).then((res)=>{
|
||||
if (res.errCode == 0) {}
|
||||
})
|
||||
},
|
||||
chooseDate(e) {
|
||||
let time = e.year + '年' + e.month + '月' + e.day + '日' + e.hour + '时' + e.minute + '分'
|
||||
this.time = time
|
||||
|
||||
Reference in New Issue
Block a user