From bdb3e35aa5b65fb07ef7796af4518e8654580ccf Mon Sep 17 00:00:00 2001 From: xpz2018 <107107461@qq.com> Date: Thu, 26 Aug 2021 17:26:47 +0800 Subject: [PATCH] no message --- pages/home/factory-info/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/home/factory-info/index.js b/pages/home/factory-info/index.js index cab3aae..ceff0f7 100644 --- a/pages/home/factory-info/index.js +++ b/pages/home/factory-info/index.js @@ -36,6 +36,8 @@ Scene({ var data = {settlePriceType: Number(this.data.settlePriceType), settleType: Number(this.data.settleType) } configFactory(data).then(result => { wx.hideLoading() + app.userInfo.factory.settlePriceType = Number(this.data.settlePriceType) + app.userInfo.factory.settleType = Number(this.data.settleType) util.showBackToast('保存成功') }).catch(err => { wx.hideLoading()