您好,登錄后才能下訂單哦!
這篇文章主要介紹了如何使用ionic播放輪詢廣告,具有一定借鑒價值,感興趣的朋友可以參考下,希望大家閱讀完這篇文章之后大有收獲,下面讓小編帶著大家一起了解一下。
代碼示例:
<!DOCTYPE html> <html ng-app="app"> <head> <meta charset="utf-8"> <title>ionic-demo</title> <link href="../lib/ionic/css/ionic.css" rel="external nofollow" rel="stylesheet"> <script type="text/javascript" src="../lib/ionic/js/ionic.bundle.js" charset="utf-8"></script> <style type="text/css"> div.box{ width: 100%; height: 320px; } div.box > img{ width: 100%; height: 100%; } </style> </head> <body ng-controller="ctrl"> <ion-view> <ion-content> <ion-slide-box on-slide-changed="slideHasChanged($index)" auto-play="true" does-continue="true" slide-interval=2000 show-pager="true" pager-click="pageClick(index)" active-slide="model.activeIndex" delegate-handle="delegateHandler"> <ion-slide> <div class="box blue" ui-sref="list" > <img src="https://cache.yisu.com/upload/information/20200622/114/74864.jpg"> </div> </ion-slide> <ion-slide> <div class="box yellow"> <img src="https://cache.yisu.com/upload/information/20200622/114/74865.jpg/w640h420z1l50t1c70.jpg"> </div> </ion-slide> <ion-slide> <div class="box pink"> <img src="https://ks.sinaimg.cn/n/news/20161003/d-TL-fxwkzym7587820.jpg/w640h420z1l50t18b4.jpg"> </div> </ion-slide> </ion-slide-box> </ion-content> </ion-view> <script type="text/javascript"> var app = angular.module('app',['ionic']); app.controller('ctrl', function($scope,$ionicSlideBoxDelegate,$state) { //為了驗證屬性active-slide定義的模型,angularjs是mvc模式 $scope.model = { activeIndex:1 }; //此事件對應的是pager-click屬性,當顯示圖片是有對應數量的小圓點,這是小圓點的點擊事件 $scope.pageClick = function(index){ $scope.model.activeIndex = 2; }; //當圖片切換后,觸發此事件 $scope.slideHasChanged = function($index){ }; //這是屬性delegate-handle的驗證使用的,其實沒必要重定義,直接使用$ionicSlideBoxDelegate就可以 $scope.delegateHandle = $ionicSlideBoxDelegate; }) </script> </body> </html>
感謝你能夠認真閱讀完這篇文章,希望小編分享的“如何使用ionic播放輪詢廣告”這篇文章對大家有幫助,同時也希望大家多多支持億速云,關注億速云行業資訊頻道,更多相關知識等著你來學習!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。