diff --git a/user/pages/yishi/yizhensetup/index.js b/user/pages/yishi/yizhensetup/index.js index 9090d12..86e121a 100644 --- a/user/pages/yishi/yizhensetup/index.js +++ b/user/pages/yishi/yizhensetup/index.js @@ -68,8 +68,8 @@ Page({ 'info.work_num_day': response.data.work_num_day // config: response.data.config, }) - // this.formatAmounts(); - // this.formatAmountValue(); + this.formatAmounts(); + this.formatAmountValue(); }).then(re =>{ // let is_open = this.data.info.is_open; // 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 }) this.formatAmounts(); - this.formatAmountValue(); + this.formatAmountValue(); }).catch(errors => {console.error(errors);}) },