Browse Source

no message

feature/v2.3
xpz2018 4 years ago
parent
commit
bdb3e35aa5
1 changed files with 2 additions and 0 deletions
  1. 2
      pages/home/factory-info/index.js

2
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()

Loading…
Cancel
Save