uniapp自带的Loading加载效果,消息提示框,模态框,超简单实现


  1. //显示加载框
  2.  
    uni.showLoading({
  3.  
                        title: '加载中'
  4.  
                    });
  5.  
     
  6.  
posted @ 2022-04-21 17:46  疯子110  阅读(1064)  评论(0编辑  收藏  举报