视频点播功能小程序端第一阶段完成

This commit is contained in:
caoqianming 2021-07-06 10:50:38 +08:00
parent 161b1c5457
commit 17221e5c8b
2 changed files with 7 additions and 4 deletions

View File

@ -29,7 +29,10 @@
<span style="margin-left:6px">{{video.name}}</span> <span style="margin-left:6px">{{video.name}}</span>
</view> </view>
</video> </video>
<view style="color:darkblue;margin-left:12upx">{{video.name}}</view> <view style="color:darkblue;margin-left:4upx">
<text>{{video.name}}</text>
<text style="float:right;color:gray;margin-right: 8upx;">{{video.viewsp}}人观看</text>
</view>
</view> </view>
</view> </view>
<view style="color:gray;text-align: center;margin-top:20upx;">{{loadingText}}</view> <view style="color:gray;text-align: center;margin-top:20upx;">{{loadingText}}</view>
@ -328,7 +331,7 @@
.swiper-item-list { .swiper-item-list {
margin-top:4upx; margin-top:4upx;
// height: 400upx; // height: 400upx;
border-bottom: 2upx solid pink; border-bottom: 4upx solid pink;
// line-height: 400upx; // line-height: 400upx;
} }

View File

@ -34,11 +34,11 @@ const store = new Vuex.Store({
vuex_user: lifeData.vuex_user ? lifeData.vuex_user : {}, vuex_user: lifeData.vuex_user ? lifeData.vuex_user : {},
vuex_token: lifeData.vuex_token ? lifeData.vuex_token : '', vuex_token: lifeData.vuex_token ? lifeData.vuex_token : '',
// vuex_host: 'http://127.0.0.1:8000', // 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_apifile: 'http://127.0.0.1:8000/api/file/',
vuex_host: 'https://testsearch.ctc.ac.cn', 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_apifile: 'https://testsearch.ctc.ac.cn/api/file/',
// 如果vuex_version无需保存到本地永久存储无需lifeData.vuex_version方式 // 如果vuex_version无需保存到本地永久存储无需lifeData.vuex_version方式