diff --git a/pages/agent/edit/index.js b/pages/agent/edit/index.js index a6bf258..f694b87 100644 --- a/pages/agent/edit/index.js +++ b/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 })