mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-06 09:26:45 +08:00
两次弹窗
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user