<view class="gas-station">
<view class="gas-station-arrow" :style="[{ width: screenWidth + 'px' }]" @touchmove="handletouchmove"
@touchstart="handletouchstart" @touchend="handletouchend">
<image src="@/pagesA/static/image/map/arrowDown.png" mode="" v-if="showList" class="logos"
@click.stop="upView">
</image>
<image @click.stop="upView" class="logos" src="@/pagesA/static/image/map/arrowUp.png" mode="" v-else>
</image>
</view>
</view>
.gas-station {
flex: 1;
background: rgba(255, 255, 255, 1);
box-shadow: 8rpx 0 24rpx rgba(57, 111, 250, 0.23);
opacity: 1;
border-radius: 60rpx 60rpx 0 0;
position: absolute;
bottom: 0;
z-index: 99999;
padding-top: 22rpx;
}
2 个回复
1***@qq.com
修复了吗
1***@qq.com
@DCloud_App_Array 修复了吗