|
|
@ -36,6 +36,8 @@ Scene({ |
|
|
var data = {settlePriceType: Number(this.data.settlePriceType), settleType: Number(this.data.settleType) } |
|
|
var data = {settlePriceType: Number(this.data.settlePriceType), settleType: Number(this.data.settleType) } |
|
|
configFactory(data).then(result => { |
|
|
configFactory(data).then(result => { |
|
|
wx.hideLoading() |
|
|
wx.hideLoading() |
|
|
|
|
|
app.userInfo.factory.settlePriceType = Number(this.data.settlePriceType) |
|
|
|
|
|
app.userInfo.factory.settleType = Number(this.data.settleType) |
|
|
util.showBackToast('保存成功') |
|
|
util.showBackToast('保存成功') |
|
|
}).catch(err => { |
|
|
}).catch(err => { |
|
|
wx.hideLoading() |
|
|
wx.hideLoading() |
|
|
|