- movable-view子元素点击,子元素中的图片和文字往上移动然后又回到原来的地方?
<movable-area class="share-area" style="--top:{{navBarHeight}}px;--h:{{containerHeight}}px;"> <movable-view direction="all" animation="{{false}}" x="{{shareX}}" y="{{shareY}}" class="share-view"> <button class="share-btn-container" open-type="share"> <image class="share-image" src="{{baseUtil.iconImage('qgqy/yqzs-share.png')}}" /> <text class="share-text">分享</text> </button> </movable-view> </movable-area> .share-area { position: fixed; left: 0; top: var(--top); width: 100%; height: calc(var(--h) - 164rpx); z-index: 1; pointer-events: none; } .share-view { width: 106rpx; height: 106rpx; pointer-events: auto; } .share-image { width: 36rpx; height: 36rpx; } .share-text { font-weight: 400; font-size: 30rpx; color: #FF8201; line-height: 1; } .share-btn-container { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12rpx; border: none; width: 106rpx; height: 106rpx; background: #FF82011a; border-radius: 53rpx; padding: 0; } .share-btn-container::after { border: none; }
01-27 - 小程序设置了【用户隐私保护指引】并且审核通过了,点击查看时,审核通过的【用户隐私保护指引】不见了?
[图片] [图片] [图片] 小程序未微信认证并且未备案,是未认证和未备案的问题吗?
2025-10-14 - wx.openOfficialAccountProfile 头像名字没显示,关注公众号状态不对?
经测试苹果机型会正常显示头像和名字,关注公众号的状态也是正确的,但是鸿蒙(nova10)和安卓机型(vivo Y300 Pro)头像名字没显示,关注公众号的状态也不对[图片]
2025-05-09 - channel-video组件支持touchstart、touchend事件控制上下滑动切换视频吗?
channel-video组件支持touchstart、touchend事件控制上下滑动切换视频吗?
2024-12-31 - 微信公众号h5页面视频播放,是否需要相关资质?
微信公众号h5页面视频播放,是否需要相关资质?
2024-12-19 - chooseMedia选择未压缩视频时,出现压缩中请稍后的弹窗,如何关闭这个弹窗?
主要我选择的就是原视频,并且sizeType已经设置为["original"],“压缩中请稍后”的弹窗还是会出现
2024-01-29 - wx.hideShareMenu 现在可以支持屏蔽IOS的分享功能了吗?
ios 真机线上版本没有测试过
2024-01-02