增加:
抽奖次数不足时不跳转 增加配速播放
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<u-navbar :background="background" height="60" :is-back="false" :title="title" :border-bottom="false">
|
||||
<!-- #endif -->
|
||||
<!-- #ifndef H5 -->
|
||||
<u-navbar :background="background" :is-back="false" :title="title" :border-bottom="false">
|
||||
<u-navbar height="60" :background="background" :is-back="false" :title="title" :border-bottom="false">
|
||||
<!-- #endif -->
|
||||
<!-- #ifdef MP-TOUTIAO -->
|
||||
<view :style="{marginTop:barHeight/2+'px'}" class="nvavBar flex" style="padding-left: 80rpx;">
|
||||
@@ -32,7 +32,7 @@
|
||||
</view>
|
||||
</u-navbar>
|
||||
<view class="bgColorTop">
|
||||
<view v-if="homeTypeSel != '否'" class="topTabs flex align-center justify-center">
|
||||
<!-- <view v-if="homeTypeSel != '否'" class="topTabs flex align-center justify-center">
|
||||
<view class="topTabs-box">
|
||||
<scroll-view class="topTabs-box-H" scroll-x="true">
|
||||
<view class="topTabs-box-H-item" @tap="typeSel(index)"
|
||||
@@ -41,7 +41,7 @@
|
||||
</view>
|
||||
</scroll-view>
|
||||
</view>
|
||||
</view>
|
||||
</view> -->
|
||||
<!-- 轮播图 -->
|
||||
<view v-if="TabCur == 0" class="swipers flex align-center justify-center">
|
||||
<view class="swipers-box">
|
||||
@@ -175,9 +175,8 @@
|
||||
<!-- 追剧悬浮 -->
|
||||
<!-- <drag-button v-if="shodrag && shodrags" @clickClose="clickClose" :videoInfo="videoInfo" :isDock="true"
|
||||
:existTabBar="true" @btnClick="btnClick" /> -->
|
||||
<u-image @click="goMsg('/me/choujiang/choujiang')" :src="`../../static/images/draw/draw.gif`"
|
||||
style="width: 150rpx;height: 150rpx;position: fixed;right: 30rpx;bottom: 180rpx;"
|
||||
></u-image>
|
||||
<u-image @click="goMsg('/me/choujiang/choujiang')" :src="`../../static/images/draw/draw.gif`"
|
||||
style="width: 150rpx;height: 150rpx;position: fixed;right: 30rpx;bottom: 180rpx;"></u-image>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
@@ -226,7 +225,7 @@
|
||||
xxJDNum: 0,
|
||||
typeList: [],
|
||||
TabCur: 0,
|
||||
homeTypeSel: '否',
|
||||
homeTypeSel: '否', //否
|
||||
barWidth: 0, //胶囊宽度
|
||||
barHeight: 0, //胶囊高度
|
||||
rmVideList: [], //热门视频
|
||||
@@ -1015,7 +1014,7 @@
|
||||
height: auto;
|
||||
position: relative;
|
||||
z-index: 3;
|
||||
|
||||
|
||||
.swipers-box {
|
||||
width: 686rpx;
|
||||
height: 270rpx;
|
||||
|
||||
Reference in New Issue
Block a user