diff --git a/ucStoryEditor/ucStoryEditor.vue b/ucStoryEditor/ucStoryEditor.vue index fc254e9..aa9a398 100644 --- a/ucStoryEditor/ucStoryEditor.vue +++ b/ucStoryEditor/ucStoryEditor.vue @@ -85,7 +85,7 @@ export default { if (this.storyContent.length > 1) { this.storyContent.splice(index, 1) } else { - wo.showToast({ type: wo.YELLOW, title: this.$ll({ zhCN: '不能删除唯一的段落!', enUS: 'Cannot delete the last section!' }) }) + wo.showToast({ type: wo.c2t.YELLOW, title: this.$ll({ zhCN: '不能删除唯一的段落!', enUS: 'Cannot delete the last section!' }) }) } } }, @@ -100,24 +100,10 @@ export default { - + - + @@ -127,21 +113,23 @@ export default { - + {{ $ll({ zhCN:'文字', enUS:'Text' }) || 'Text' }} - + {{ $ll({ zhCN:'照片', enUS:'Photo' }) || 'Photo' }} - + {{ $ll({ zhCN:'视频', enUS:'Video' }) || 'Video' }} - {{ $ll({zhCN:'发表', enUS:'Publish'}) || 'Publish' }} + + {{ $ll({zhCN:'发表', enUS:'Publish'}) || 'Publish' }} +