Commit 93e8f53e authored by 罗超's avatar 罗超

1

parent 9f876513
......@@ -21,7 +21,7 @@
</view>
</view>
<view
style="width: 100px;height: 50rpx;position: absolute;background-color: rgba(255,255,255,.6);border-radius: 50rpx;left: 50%;bottom: 80px;margin-left:-50px;">
style="width: 100px;height: 50rpx;position: absolute;background-color: rgba(255,255,255,.6);border-radius: 50rpx;left: 50%;bottom: 80px;margin-left:-50px;" v-if="detailData.VideoUrl!=''">
<u-tabs bg-color="rgba(0,0,0,0)" :is-scroll="false" name="Name" :list="typeList"
:active-color="mainColor" :current="active" @change="changeHandler" :show-bar="true"
:bold="false" height="50" duration="0" font-size="24" :activeFontSize="24" :typeStyle="2">
......@@ -302,6 +302,9 @@
if (res.resultCode == 1) {
this.detailData=res.data
this.imgsList=[]
if(res.data.VideoUrl==''){
this.active=1
};
if(Array.isArray(res.data.BannerList)){
res.data.BannerList.map((e)=>{
let obj={
......
......@@ -29,7 +29,7 @@
height:100%;
border-radius: 10rpx 10rpx 0 0;
" mode='aspectFill'
:src="item.Logo" />
:src="item.BannerList[0]"/>
</view>
</view>
<div class="good-info">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment