提交
This commit is contained in:
@@ -48,6 +48,8 @@ function copy(value, message) {
|
||||
|
||||
// 启动加载中
|
||||
function startupUnderLoading(that) {
|
||||
|
||||
// this.
|
||||
that.loading = that.$loading({
|
||||
lock: true,
|
||||
text: '加载中...',
|
||||
@@ -57,7 +59,7 @@ function startupUnderLoading(that) {
|
||||
|
||||
// 关闭加载中
|
||||
function closeUnderLoading(that) {
|
||||
that.loading.close();
|
||||
that.loading && that.loading.close();
|
||||
that.loading = null
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user