diff --git a/client_mp/pages/vod/video.vue b/client_mp/pages/vod/video.vue index a8fbdda..b694ff7 100644 --- a/client_mp/pages/vod/video.vue +++ b/client_mp/pages/vod/video.vue @@ -29,7 +29,10 @@ {{video.name}} - {{video.name}} + + {{video.name}} + {{video.viewsp}}人观看 + {{loadingText}} @@ -328,7 +331,7 @@ .swiper-item-list { margin-top:4upx; // height: 400upx; - border-bottom: 2upx solid pink; + border-bottom: 4upx solid pink; // line-height: 400upx; } diff --git a/client_mp/store/index.js b/client_mp/store/index.js index bcd8f61..6698ed9 100644 --- a/client_mp/store/index.js +++ b/client_mp/store/index.js @@ -34,11 +34,11 @@ const store = new Vuex.Store({ vuex_user: lifeData.vuex_user ? lifeData.vuex_user : {}, vuex_token: lifeData.vuex_token ? lifeData.vuex_token : '', // vuex_host: 'http://127.0.0.1:8000', - vuex_api: 'http://47.95.0.242:9101/api', + //vuex_api: 'http://47.95.0.242:9101/api', // vuex_apifile: 'http://127.0.0.1:8000/api/file/', vuex_host: 'https://testsearch.ctc.ac.cn', - //vuex_api: 'https://testsearch.ctc.ac.cn/api', + vuex_api: 'https://testsearch.ctc.ac.cn/api', vuex_apifile: 'https://testsearch.ctc.ac.cn/api/file/', // 如果vuex_version无需保存到本地永久存储,无需lifeData.vuex_version方式