Ver código fonte

feat 激励拉取在确认弹窗前

erekook 11 meses atrás
pai
commit
89a1cdb0e8
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      pages/video/detail.js

+ 1 - 1
pages/video/detail.js

@@ -63,7 +63,6 @@ Page({
                 tagId: tagId
                 tagId: tagId
             });
             });
         }
         }
-        this.rewardVideoLoad();
         this.interstitalLoad();
         this.interstitalLoad();
         this.loadVideoDetail(videoId);
         this.loadVideoDetail(videoId);
         app.globalData.isEnterVideoDetail = true;
         app.globalData.isEnterVideoDetail = true;
@@ -408,6 +407,7 @@ Page({
                 }
                 }
             });
             });
         } else {
         } else {
+            this.rewardVideoLoad()
             wx.showModal({
             wx.showModal({
                 title: '提示',
                 title: '提示',
                 content: '当前视频需要看完完整广告后才能解锁',
                 content: '当前视频需要看完完整广告后才能解锁',