Merge branch 'master' of https://git.trj.tw/mtfos/mtfosbot_web
This commit is contained in:
commit
e90080e1e1
@ -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: {
|
||||
|
@ -9,7 +9,7 @@
|
||||
</sui-form-field>
|
||||
</sui-form>
|
||||
</sui-segment>
|
||||
<OpaySetting v-if="channel.oapyid !== ''" :setting="channel.opaySetting" />
|
||||
<OpaySetting v-if="channel.oapyid !== ''" :setting="channel.opaySetting" />
|
||||
</sui-container>
|
||||
</template>
|
||||
|
||||
|
@ -16,7 +16,6 @@ const errorCatch = function (err, act) {
|
||||
} else {
|
||||
msg = 'unknown error'
|
||||
}
|
||||
console.log('error catch :::: ', this)
|
||||
this('addDialog', {
|
||||
msg,
|
||||
act
|
||||
|
Loading…
Reference in New Issue
Block a user