This commit is contained in:
parent
e4014a1556
commit
e09b462813
|
@ -16,12 +16,15 @@
|
||||||
<image class="service-viedeimg" src="../../static/videoimg2.png"></image>
|
<image class="service-viedeimg" src="../../static/videoimg2.png"></image>
|
||||||
发布视频
|
发布视频
|
||||||
</view>
|
</view>
|
||||||
|
<view class="page-head-xuan" v-if="checkboxShow==0" @click="deleteVodeo">
|
||||||
|
<image class="service-viedeimg" src="../../static/dele.png"></image>
|
||||||
|
<span>删除</span>
|
||||||
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<scroll-view :style="'width: 100%; height: '+ (windowHeight) +'px; background-color: #f5f5f5;'" :scroll-y="true" @scrolltolower="scrolltolower" :lower-threshold="lowerThreshold">
|
<scroll-view :style="'width: 100%; height: '+ (windowHeight) +'px; background-color: #fff;'" :scroll-y="true" @scrolltolower="scrolltolower" :lower-threshold="lowerThreshold">
|
||||||
<view style="display: flex; flex-direction: row; flex-wrap: wrap;padding-top: 46px;">
|
<view style="display: flex; flex-direction: row; flex-wrap: wrap;padding-top: 46px;">
|
||||||
<checkbox-group class="checkbox-group" @change="checkboxChange">
|
<checkbox-group class="checkbox-group" @change="checkboxChange">
|
||||||
<view class="checkbox-group-list" v-for="(list,index) in dataList" :key="index">
|
<view class="checkbox-group-list" v-for="(list,index) in dataList" :key="index">
|
||||||
|
@ -34,10 +37,7 @@
|
||||||
</checkbox-group>
|
</checkbox-group>
|
||||||
</view>
|
</view>
|
||||||
</scroll-view>
|
</scroll-view>
|
||||||
<view class="shanchu" v-if="checkboxShow==0" @click="deleteVodeo">
|
|
||||||
<image class="service-deleimg" src="../../static/dele.png"></image>
|
|
||||||
<span>删除</span>
|
|
||||||
</view>
|
|
||||||
<uni-popup style="width: 100%;height: 100vh;" type="center" ref="pinglun" @touchmove.stop.prevent="moveHandle">
|
<uni-popup style="width: 100%;height: 100vh;" type="center" ref="pinglun" @touchmove.stop.prevent="moveHandle">
|
||||||
<view style="width: 100%;height: 100%;">
|
<view style="width: 100%;height: 100%;">
|
||||||
<video
|
<video
|
||||||
|
@ -295,7 +295,6 @@
|
||||||
.data-list{
|
.data-list{
|
||||||
width:100%;
|
width:100%;
|
||||||
height:100%;
|
height:100%;
|
||||||
background-color: #fff;
|
|
||||||
}
|
}
|
||||||
.checkbox-group-list{
|
.checkbox-group-list{
|
||||||
position: relative;
|
position: relative;
|
||||||
|
@ -322,13 +321,13 @@
|
||||||
height: 24px;
|
height: 24px;
|
||||||
}
|
}
|
||||||
.page-head-xuan{
|
.page-head-xuan{
|
||||||
margin-left: 10px;
|
margin-left:8px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
font-size: 24rpx;
|
font-size: 24rpx;
|
||||||
color: #333;
|
color: #333;
|
||||||
padding:10rpx 20rpx;
|
padding:8rpx 20rpx;
|
||||||
border: 1px solid #333;
|
border: 1px solid #333;
|
||||||
border-radius: 30rpx;
|
border-radius: 30rpx;
|
||||||
background: #f0f0f0;
|
background: #f0f0f0;
|
||||||
|
|
Loading…
Reference in New Issue