Merge remote-tracking branch 'origin/master'
Showing
8 changed files
with
69 additions
and
64 deletions
-
Please register or sign in to post a comment
... | ... | @@ -42,7 +42,7 @@ export default { |
this.isShow = true; | ||
this.tips = tips+'...'; | ||
}, | ||
loadingHide(tips){ | ||
loadingHide(){ | ||
this.isShow = false; | ||
} | ||
}, | ||
... | ... |