diff --git a/src/views/Survey/views/Preview/js/message.js b/src/views/Survey/views/Preview/js/message.js index 0a3a0db..bb4f28a 100644 --- a/src/views/Survey/views/Preview/js/message.js +++ b/src/views/Survey/views/Preview/js/message.js @@ -30,23 +30,23 @@ import { showToast } from 'vant'; // } export default { - error: (rest) => { - showToast({ - // message: rest - message: rest.split(':')[1], - position: 'bottom' - }); + error: (/*rest*/) => { + // showToast({ + // // message: rest + // message: rest.split(':')[1], + // position: 'bottom' + // }); }, - warn: (rest) => { - showToast({ - message: rest.split(':')[1], - position: 'bottom' - }); + warn: (/*rest*/) => { + // showToast({ + // message: rest.split(':')[1], + // position: 'bottom' + // }); }, - success: (rest) => { - showToast({ - message: rest.split(':')[1], - position: 'bottom' - }); + success: (/*rest*/) => { + // showToast({ + // message: rest.split(':')[1], + // position: 'bottom' + // }); } };