Skip to content

Commit

Permalink
fix: 删除标记前不应显示广告
Browse files Browse the repository at this point in the history
  • Loading branch information
Honye committed Sep 8, 2024
1 parent 7aa3ed7 commit bb300ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miniprogram/packages/movie/pages/details/details.js
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -179,10 +179,10 @@ Page({
'details.interest.status': res.status
});
emitter.emit(events.TAB_MOVIES_UPDATE, { status: res.status });
wx.createInterstitialAd({ adUnitId: 'adunit-56316cd90de2e91c' }).show();
}
}
});
wx.createInterstitialAd({ adUnitId: 'adunit-56316cd90de2e91c' }).show();
return;
}

Expand Down

0 comments on commit bb300ad

Please sign in to comment.