听我说,谢谢你,因为有你,温暖了四季
体验版打包报错白屏?IOS报错: Reflect.apply requires the first argument be a function Stack:apply 安卓报错:Function.prototype.apply was called on Weakmap.prototype.get which is a string and not a function 之前打包一切正常,这几天打包体验版就报错白屏,使用miniprogram-ci进行上传会出现,使用开发者工具直接上传不会出现
2023-11-022023 年正月初七前来观望,有解决方案吗?
scroll-view组件内部的元素使用position:fixed定位,会随着scroll一起滚动当scroll-view组件开启了下拉刷新功能之后,在组件内部使用了position:fixed定位的元素,期待的结果是fixed元素固定在屏幕上不会随页面滑动而移动,实际情况是在滑动页面时,fixed元素也会跟着滚动,如果把元素移出scroll-view就正常了,问题是fixed元素是在scroll-view里的组件里使用的,无法移出。 该问题只在scroll-view开启下拉刷新功能情况下出现 希望官方及时处理
2023-01-28还有其他的方案吗?
input隐藏的时候,placeholder仍然显示的问题?我在使用input的时候,点击input,隐藏表单,显示搜索。但是在搜索页里面input的placeholder没有隐藏,这种情况是很大几率发生的,安卓系统,微信最新版本。 [图片] [图片]
2022-09-30都 2022 了还没解决?官方的工作人员呢?
scroll-view 追加数据会自动回到顶部,请问怎样解决?没有把数组值全部替换,是不断将数据追加push进数组。 基础库版本:2.10.3 const updateList = `tabs[${activeTab}].list[${page}]` const updatePage = `tabs[${activeTab}].page` this.setData({ [updateList]: res, [updatePage]: page + 1 }) <!-- 这是自定义组件的内部WXML结构 --> <scroll-view class="tab-content" enable-back-to-top="{{true}}" scroll-y="{{true}}" scroll-anchoring="{{true}}" lower-threshold="100" bindscrolltolower="updateGameList"> <view class="game-card-wrap" wx:for="{{gameListWrap}}" wx:for-item="gameList" wx:for-index="gameListIdx" wx:key="gameListIdx"> <view class="game-card" hover-class="hover-class" hover-start-time="100" wx:for="{{gameList}}" wx:for-item="game" wx:for-index="gameIdx" wx:key="gid"> </view> </view> </scroll-view>
2022-06-14解决了吗?
scroll-view设定垂直滚动后,滚动到底部后出现大量空白高度。[图片] <view style="height:100%;width:100%;"> <scroll-view scroll-y style="height:100%;background:#fff;"> <view class="itemper"> //列表重复内容 <view class="itemleft"> <view class="imagebox"> <image></image> </view> <text class="lefttext">augus</text> </view> <view class="itemright"> <text> 还差<text class="whatper ">1</text>人成团</text> <text class="wejoin ">我要参团</text> </view> </view> </scroll-view> </view> 预期滚动到底部之后,底部没有空白,如下图: [图片]
2021-05-19楼主解决了吗?
拒绝微信网页授权如果用户拒绝微信网页授权,怎么获取失败回调?
2019-02-15