我也有同样的疑问,有人解决了吗
求助:wx:for中wx:key在循环对象的第三级,要怎么写?如果wx:for-item="scene",wx:key为scene.gatewayScenes.id,要怎么写wx:key? wx:key="scene.gatewayScenes.id"这样会报错
2020-05-13有答案吗
swiper组件和video组件滑动问题- 当前 Bug 的表现(可附上截图) [图片] 在华为p10上未滑动时产生多余的黑色部分 在se上则无法滑动 使用mpvue开发 - 预期表现 和其它机型一样能正常滑动 - 复现路径 - 提供一个最简复现 Demo <swiper :indicator-dots="false" :autoplay="false" :current='swiperNumber' @change="onSwiperNumber"> <swiper-item class="swiper-item"> <video id="myVideo" v-show="videoUrl" :src="videoUrl" binderror="videoErrorCallback" :enable-progress-gesture='false' play-btn-position='center' controls class="swiper-item-video"></video> </swiper-item> <swiper-item v-for="(item,index) in postInfo.imageIds" :key='index' class="swiper-item"> <image :src="showUrl+'image/'+item" class="swiper-item-image" /> </swiper-item> </swiper>
2019-07-11在iOS中,一旦设置了顺滑滚动的样式「overflow-y: scroll;」和「-webkit-overflow-scrolling: touch;」,该滚动层将显示在同层元素的最前面,无论同层元素中是否有脱离文档流的定位(如fixed,absolute,float)。 就是说scroll-view里的元素最好不好包含(fixed,absolute,float)的样式
position:fixed 有问题?position:fixed 我用他定位了一个底部按钮,在安卓机上显示正常,但是在苹果上不显示,可以点到,开始以为是层级问题,我把他层级调高还是不好使,求帮忙 position:fixed; bottom:0; width:100%; height:150rpx; background:#fff; box-shadow: 0 0 20px #ccc; z-index:999999999;
2019-04-22