recycle-item标签里面加个 style="display: block ;"
如何解决recycle-view组件的分割线?在源码里找了半天都没找到,也没有对应的接口,求救一下。。。 <view bindtouchstart='_beginToScroll' style="height:{{useInPage ? totalHeight + (hasBeforeSlotHeight ? beforeSlotHeight : 0) + (hasAfterSlotHeight ? afterSlotHeight : 0) : height}}px;width:{{width}}px;transform:translateZ(0);-webkit-transform:translateZ(0);" id="content" class="wrap"> <scroll-view bindscroll="_scrollViewDidScroll" class="content" style='height:100%;position: relative;' scroll-y="{{useInPage ? false : scrollY}}" scroll-x="{{false}}" upper-threshold="{{upperThreshold}}" lower-threshold="{{lowerThreshold}}" scroll-top="{{innerScrollTop}}" scroll-into-view="{{innerScrollIntoView}}" scroll-with-animation="{{scrollWithAnimation}}" bindscrolltoupper="_scrollToUpper" bindscrolltolower="_scrollToLower" scroll-anchoring enable-back-to-top="{{enableBackToTop}}" throttle="{{throttle}}"> <view style="position: absolute;z-index:1;width:100%;left: 0;top: 0;opacity: 0;visibility: hidden;"> <slot name="itemsize"></slot> </view> <view style="height:{{hasBeforeSlotHeight ? beforeSlotHeight + 'px' : 'auto'}}" class="slot-before"> <slot name="before"></slot> </view> <view style='position:relative;width:100%;z-index:10;background: url("{{placeholderImageStr}}") repeat;height:{{totalHeight}}px;'> <!-- 默认是注销的 <view class='before' style="height:{{innerBeforeHeight}}px"></view> --> <view style="position: absolute;left:0;width:100%;top:{{innerBeforeHeight}}px;"> <slot></slot> </view> <!-- 默认是注销的 <view class='after' style="height:{{innerAfterHeight}}px"></view> --> </view> <view style="height:{{hasAfterSlotHeight ? afterSlotHeight + 'px' : 'auto'}}" class="slot-after"> <slot name="after"></slot> </view> </scroll-view> </view>
2024-12-23请问重置完AppSecret,对原来用wxacode.getUnlimited生成的小程序码有影响嘛
小程序的AppSecret重置后,会不会影响线上运行的小程序?检测发现你的小程序AppSecret存在历史泄露且仍然有效,请进行重置后提审,并及时修改后台代码。 AppSecret重置后,会不会影响线上运行的小程序?
2022-07-19用UDPSocket可以简单的通信
小程序能通过wifi和硬件交互吗?小程序可以通过wifi和智能硬件进行数据通讯吗?如果可以有没有相关的技术文档或api
2020-04-29