This commit is contained in:
daihh
2022-11-29 10:43:55 +08:00

View File

@@ -153,9 +153,12 @@
},
saveArticle(){
let $this=this;
uni.showLoading({
title:'正在保存...'
})
if($this.article.title !== ''){
uni.showLoading({
title:'正在保存...'
})
}
this.editorCtx.getContents({
success(res){
$this.article.content=res.html;