视频点播功能小程序端第一阶段完成
This commit is contained in:
parent
161b1c5457
commit
17221e5c8b
|
@ -29,7 +29,10 @@
|
|||
<span style="margin-left:6px">{{video.name}}</span>
|
||||
</view>
|
||||
</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 style="color:gray;text-align: center;margin-top:20upx;">{{loadingText}}</view>
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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方式
|
||||
|
|
Loading…
Reference in New Issue