| | |
| | | <meta content="yes" name="apple-mobile-web-app-capable"> |
| | | <meta content="black" name="apple-mobile-web-app-status-bar-style"> |
| | | <meta content="telephone=no" name="format-detection"> |
| | | <title>Document</title> |
| | | <title>运动详情</title> |
| | | <script src="../js/rem.js"></script> |
| | | <link rel="stylesheet" href="../css//swiper-3.4.2.min.css"> |
| | | <link rel="stylesheet" href="../css/index.css"> |
| | |
| | | <div class="swiper-pagination" v-if="top_banner.length > 1"></div> |
| | | </div> |
| | | <div class="video_cell" v-if="video_src" id="videopanel"> |
| | | <video class="video" id="videopanel" :src="video_src" controls="controls" controlslist="nodownload"></video> |
| | | <video class="video" id="videopanel" :src="video_src" controls="controls" controlslist="nodownload noremoteplayback noplaybackrate" disablepictureinpicture></video> |
| | | </div> |
| | | </div> |
| | | <p class="sport_title">{{sportInfo.sportName}}</p> |
| | |
| | | if (!id) { |
| | | var sportInfo = JSON.parse(localStorage.getItem('SportDetail') || '{}') |
| | | this.sportInfo = sportInfo; |
| | | document.title = sportInfo.sportName || '运动详情'; |
| | | return; |
| | | } |
| | | loading.spin(target); |
| | |
| | | if (res.code == 0) { |
| | | var sports = res.data; |
| | | that.sportInfo = sports.length > 0 ? sports[0] : {}; |
| | | document.title = that.sportInfo.sportName || '运动详情'; |
| | | } |
| | | }, |
| | | error: function (err) { |