@@ -239,7 +239,7 @@ export default {
props: {
name: '广告位-' + name
},
- pass: !script ? this.openAD : null,
+ pass: !script?.tip ? this.openAD : null,
next: () => {
this.openAD()
}
@@ -169,7 +169,7 @@ export default {