可直接使用官方的等待框:


uni.showLoading({
    title: '执行中...'
});

关闭使用:


uni.hideLoading();