diff --git a/src/components/ControlPanel/channel/opay/components/opay-setting.vue b/src/components/ControlPanel/channel/opay/components/opay-setting.vue index f60c7cd..5986ddc 100644 --- a/src/components/ControlPanel/channel/opay/components/opay-setting.vue +++ b/src/components/ControlPanel/channel/opay/components/opay-setting.vue @@ -40,7 +40,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