@@ -31,13 +31,16 @@
instance.postMessage(JSON.stringify(data))
}
- _postMessage({
- api: 'cloudLoading',
- content: {
- show: true,
- type: 'fullscreen',
- },
- })
+ // 是否隐藏APP的loading动画
+ if (!window.location.href.includes('isHideLoading')) {
+ _postMessage({
+ api: 'cloudLoading',
+ content: {
+ show: true,
+ type: 'fullscreen',
+ },
+ })
+ }
</script>
<script src="https://unpkg.com/vconsole@latest/dist/vconsole.min.js"></script>