[Improvement] Loading: change default type to circular (#623)

This commit is contained in:
neverland
2018-02-08 09:47:15 +08:00
committed by GitHub
parent 2a3c75bc2f
commit c11c0bb4c7
14 changed files with 50 additions and 67 deletions

View File

@@ -23,6 +23,7 @@
export default {
i18n: {
'zh-CN': {
loading: '加载中',
title1: '文字提示',
title2: '加载提示',
title3: '成功/失败提示',
@@ -52,7 +53,7 @@ export default {
},
showLoadingToast() {
Toast.loading({ mask: true });
Toast.loading({ mask: true, message: this.$t('loading') + '...' });
},
showSuccessToast() {