uni.showLoading({
title: "生成海报中",
complete:(e)=>{
// console.log(e,"执行了showLoading");
}
})
在使用showLoading的时候,只有鸿蒙系统出现了第一次执行显示,后续执行都不显示loading的情况。
预期:每一次打开都showLoading
bug:只有第一次打开出现loading,后续打开都不出现,但是打印的时候却每一次都成功打开showLoading了
鸿蒙设备版本为:6.0.0.120

请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。