Browse Source

fix:广告位弹手机号弹框触发标识

yangfeng 4 months ago
parent
commit
d9d266d10a

+ 1 - 1
apps/mobile/src/components/ad/Ad.vue

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

+ 1 - 1
apps/mobile/src/components/ad/pop-screen/index.vue

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