From 5788befbc3fa30c037e274786f7b02fc9af1ef96 Mon Sep 17 00:00:00 2001 From: zoujiandong <10130823232@qq.com> Date: Mon, 20 May 2024 11:16:46 +0800 Subject: [PATCH] =?UTF-8?q?5.20=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- user/pages/yishi/yizhensetup/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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);}) },