mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-09 02:46:46 +08:00
Merge branch 'stat' of https://codeup.aliyun.com/6265f483e4166464dc2f9c14/boeu/mobile into stat
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