SkyScrapperMain.vue 627 B

123456789101112131415161718192021222324252627282930313233343536
  1. <template>
  2. <div class="SkyScrapperMain">
  3. <div id="adfox_163238704807435857"></div>
  4. </div>
  5. </template>
  6. <script>
  7. export default {
  8. watch:{
  9. $route (to, from){
  10. Ya.adfoxCode.reload('adfox_163238704807435857')
  11. }
  12. },
  13. mounted() {
  14. window.yaContextCb.push(() => {
  15. Ya.adfoxCode.create({
  16. ownerId: 279920,
  17. containerId: "adfox_163238704807435857",
  18. params: {
  19. pp: "g",
  20. ps: "dbpj",
  21. p2: "hijw",
  22. },
  23. });
  24. });
  25. },
  26. };
  27. </script>
  28. <style lang='less'>
  29. .SkyScrapperMain {
  30. width: 100%;
  31. text-align: center;
  32. background: yellow;
  33. }
  34. </style>