Browse Source

no message

featrue/v4.3
xpz2018 4 years ago
parent
commit
c6a55ccd75
1 changed files with 1 additions and 1 deletions
  1. 2
      pages/agent/edit/index.js

2
pages/agent/edit/index.js

@ -295,7 +295,7 @@ Page({
var that = this
wx.requestSubscribeMessage({
tmplIds: app.agentMsgIds,
success(res) {
complete(res) {
that.data.form.totalEstimatedWeight = math.times(that.data.form.totalEstimatedWeight, 1000)
that.data.form.carInfos = vehicleList
that.setData({ requesting: true })

Loading…
Cancel
Save