mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-07 01:46:44 +08:00
两次弹窗
This commit is contained in:
@@ -153,9 +153,12 @@
|
|||||||
},
|
},
|
||||||
saveArticle(){
|
saveArticle(){
|
||||||
let $this=this;
|
let $this=this;
|
||||||
uni.showLoading({
|
if($this.article.title !== ''){
|
||||||
title:'正在保存...'
|
uni.showLoading({
|
||||||
})
|
title:'正在保存...'
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
this.editorCtx.getContents({
|
this.editorCtx.getContents({
|
||||||
success(res){
|
success(res){
|
||||||
$this.article.content=res.html;
|
$this.article.content=res.html;
|
||||||
|
|||||||
Reference in New Issue
Block a user