diff --git a/pages/modules/carry-task.vue b/pages/modules/carry-task.vue index fa7c7a7..b661259 100644 --- a/pages/modules/carry-task.vue +++ b/pages/modules/carry-task.vue @@ -124,7 +124,7 @@ title: '提示', content: '确认终点无货状态', confirmColor: '#ff6a00', - success: function (res) { + success: (res) => { if (res.confirm) { this._taskCarry() } else if (res.cancel) {