- 微信小程序码在使用qq扫码时怎样强制使用微信打开?
如标题,微信小程序码在使用qq扫码时怎样强制使用微信打开
05-19 - 安卓微信小程序iconfont展示的异常问题?
问题: 安卓微信小程序iconfont展示的异常问题 期待结果: 安卓微信小程序iconfont能正常展示 现象: 在模拟器和ios中,iconfont字体图标都能正常展示,如下图所示 [图片] 在安卓平台中,展示异常,显示乱码,如下图所示 [图片]
05-14 - skyline下swiper组件渲染异常,内容丢失,什么原因导致?
正常情况: [图片] 异常情况: [图片] 触发条件: 切换进入子页面,重新返回时几乎100%触发 测试平台:ios,wx: 8.0.58 https://developers.weixin.qq.com/miniprogram/dev/component/swiper.html [图片] <swiper transformer-type="scaleAndFade" layout-type="tinder" duration="250" circular="true" indicator-dots="{{true}}" autoplay="{{true}}" > <swiper-item wx:for="{{food}}" wx:key="*this" > <view class="tmp-card"> <image src="{{item}}" mode="aspectFill" ></image> </view> </swiper-item> </swiper>
05-07