浏览代码

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

yangfeng 4 月之前
父节点
当前提交
d9d266d10a
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      apps/mobile/src/components/ad/Ad.vue
  2. 1 1
      apps/mobile/src/components/ad/pop-screen/index.vue

+ 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()
         }