Browse Source

no message

feature/v2.3
xpz2018 4 years ago
parent
commit
7a615f6391
1 changed files with 1 additions and 1 deletions
  1. 2
      pages/process/outside-price/index.js

2
pages/process/outside-price/index.js

@ -56,7 +56,7 @@ Scene({
grossList.push({url: result.data.onsideGrossWeightImageList[index]}) grossList.push({url: result.data.onsideGrossWeightImageList[index]})
} }
} }
this.setData({ form: result.data, admin: app.userInfo.type && app.userInfo.type.indexOf('ADMIN') >= 0, height, imageList, grossList })
this.setData({ form: result.data, admin, height, imageList, grossList })
}).catch(err => { }).catch(err => {
wx.hideLoading() wx.hideLoading()
util.showToast(err) util.showToast(err)

Loading…
Cancel
Save