@@ -29,7 +29,7 @@
}
// APP的全屏loading动画
- if (!location.href.includes('iscurseplay=play') && !location.href.includes('isPreView=true') && !location.href.includes("simple-detail")) {
+ if (!location.href.includes('iscurseplay=play') && !location.href.includes('isPreView=true') && !location.href.includes("simple-detail") && !location.href.includes('isHideLoading=true')) {
_postMessage({
api: 'cloudLoading',
content: {
@@ -496,6 +496,7 @@
.popoverClassER4 {
width: 327px;
+ min-width: 327px;
height: 246px;
background: url("./images/evaluating/r4.png") no-repeat center;
background-size: contain;
@@ -77,6 +77,7 @@ export default defineComponent({
behaviorId: sessionStorage.getItem('behaviorId') || '',
_t: new Date().valueOf(),
'part-index': index,
+ isHideLoading: true
})
console.log(_url)
location.href = _url