From 3f34dad87332ebe6b9db78f2a05f5b60d8a21e50 Mon Sep 17 00:00:00 2001 From: Jay Date: Fri, 24 Aug 2018 11:25:29 +0800 Subject: [PATCH] fix standard error --- .../ControlPanel/channel/opay/components/opay-setting.vue | 2 +- src/components/ControlPanel/channel/opay/index.vue | 2 +- src/store/actions.js | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/ControlPanel/channel/opay/components/opay-setting.vue b/src/components/ControlPanel/channel/opay/components/opay-setting.vue index 1bb9e7b..ec1967f 100644 --- a/src/components/ControlPanel/channel/opay/components/opay-setting.vue +++ b/src/components/ControlPanel/channel/opay/components/opay-setting.vue @@ -34,7 +34,7 @@ import Donatebar from '@/components/common/donate-bar' import DatePicker from 'vuejs-datepicker' import {toInt} from '@/tools' -import {mapGetters, mapMutations, mapActions} from 'vuex' +import {mapMutations, mapActions} from 'vuex' export default { name: 'OpaySetting', components: { diff --git a/src/components/ControlPanel/channel/opay/index.vue b/src/components/ControlPanel/channel/opay/index.vue index b45413d..94ad80c 100644 --- a/src/components/ControlPanel/channel/opay/index.vue +++ b/src/components/ControlPanel/channel/opay/index.vue @@ -9,7 +9,7 @@ - + diff --git a/src/store/actions.js b/src/store/actions.js index caa0a91..78d5469 100644 --- a/src/store/actions.js +++ b/src/store/actions.js @@ -16,7 +16,6 @@ const errorCatch = function (err, act) { } else { msg = 'unknown error' } - console.log('error catch :::: ', this) this('addDialog', { msg, act