5.20更新

This commit is contained in:
zoujiandong 2024-05-20 11:16:46 +08:00
parent 0c437a60f3
commit 5788befbc3

View File

@ -68,8 +68,8 @@ Page({
'info.work_num_day': response.data.work_num_day 'info.work_num_day': response.data.work_num_day
// config: response.data.config, // config: response.data.config,
}) })
// this.formatAmounts(); this.formatAmounts();
// this.formatAmountValue(); this.formatAmountValue();
}).then(re =>{ }).then(re =>{
// let is_open = this.data.info.is_open; // let is_open = this.data.info.is_open;
// let note = this.data.note; // let note = this.data.note;
@ -148,7 +148,7 @@ Page({
// note: response.data.info.is_open == 1? this.data.open_note : this.data.close_note // note: response.data.info.is_open == 1? this.data.open_note : this.data.close_note
}) })
this.formatAmounts(); this.formatAmounts();
this.formatAmountValue(); this.formatAmountValue();
}).catch(errors => {console.error(errors);}) }).catch(errors => {console.error(errors);})
}, },