【Uniapp-Vue3】showLoading加载和showModal模态框示例
一、showLoading加载
uni.showLoading({
title:"标题",
// 其他配置
});
uni.hideLoading();
showLoading开启后不会自动关闭,只能手动配置uni.hideLoading() 来关闭加载框。
二、showModel模态框
uni.showModel({
title:"标题",
// 其他配置
})
原文地址:https://blog.csdn.net/XunLin233/article/details/145146867
免责声明:本站文章内容转载自网络资源,如侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!