6155完成部分协议对接
This commit is contained in:
@ -8,8 +8,15 @@ export const showLoading = (ev,options) => {
|
||||
|
||||
if(!options){
|
||||
options={a:1};
|
||||
}
|
||||
if(!options.text && options.title){
|
||||
options.text=options.title;
|
||||
}
|
||||
ev.$refs.loading.show(options)
|
||||
if(!options.text){
|
||||
options.text="请稍候...";
|
||||
}
|
||||
ev.$refs.loading.show(options);
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user