- swiper会鬼畜现象
- 当前 Bug 的表现(可附上截图) - 预期表现 - 复现路径 [图片] - 提供一个最简复现 Demo wxml页面: <view class="banner"> <swiper class="bannerswipers" autoplay="{{autoplay}}" current="{{currentSwiper}}" bindchange="swiperChange" circular="{{circular}}" bindanimationfinish="changeGoodsSwip"> <block wx:for="{{imgs}}" wx:key="{{index}}"> <swiper-item> <image src="{{item.url}}"></image> </swiper-item> </block> </swiper> <!-- 重置小圆点的样式 --> <view class="bannerdots flex alignC flexC"> <block wx:for="{{imgs}}" wx:key="{{index}}"> <view class="bannerdot{{index == currentSwiper ? ' banneractive' : ''}}"></view> </block> </view> </view> js相关代码片段: Page({ data: { imgs: [ { url: '../images/banner1.png' }, { url: '../images/banner2.png' }, { url: '../images/banner3.png' } ], imgSelect: [ { url: '../images/c.png', name: '订单开票' }, { url: '../images/b.png', name: '扫码开票' }, { url: '../images/a.png', name: '我的发票' } ], currentSwiper: 0, autoplay: true, circular: true, }, changeGoodsSwip: function (detail) { if (detail.detail.source == "touch") { //当页面卡死的时候,current的值会变成0 if (detail.detail.source == "touch") { //防止swiper控件卡死 if (this.data.currentSwiper == 0 && this.data.preIndex>1 ) {//卡死时,重置current为正确索引 this.setData({ currentSwiper: this.data.preIndex }); } else {//正常轮转时,记录正确页码索引 this.setData({ preIndex: this.data.currentSwiper }); } } } }, swiperChange: function (e) { this.setData({ currentSwiper: e.detail.current }) } })
2019-07-11 - swiper 图片抖动问题
小程序顶部banner图在模拟环境中没有问题,但是发布之后,在真机中就一直抖动,如下图 [图片] <scroll-view style="width:100%;height:100%" scroll-y="true" bindscroll="scrollTopFun" scroll-with-animation="true" scroll-top="{{scrollTop}}"> <view class="page-section page-section-spacing" bindtap="goJnh"> <swiper class="swiper" indicator-dots="{{indicatorDots}}" autoplay="{{autoplay}}" circular="{{circular}}" vertical="{{vertical}}" interval="{{interval}}" duration="{{duration}}" previous-margin="{{previousMargin}}px" next-margin="{{nextMargin}}px" bindchange='bindchange' current="{{current}}" style="height:{{imgheights[current]}}rpx;"> <block wx:for="{{background}}" wx:key="*this"> <swiper-item> <image mode="widthFix" src="{{item}}" bindload="imageLoad" data-index='{{index}}' class="slide-image" width="355" height="200" /> </swiper-item> </block> </swiper> <text class="banner-text">国家AAAA级景区———金牛湖旅游度假区</text> </view>
2019-07-01 - 微信开发者工具打不开webview?
微信提供的所有版本,不管什么开发版、稳定版等等,我都下了一遍,打开webview都是空白。
2019-09-26 - 请问小程序左上角的「 返回」 +「 首页」按钮是怎么设置的?
图片是【知乎热榜】小程序的内页,请问小程序左上角的「 返回」 +「 首页」按钮是怎么设置的? [图片]
2018-09-18 - 微信开发者工具(1.02.1901170)navigationStyle bug
- 当前 Bug 的表现(可附上截图) 开发者工具1.02.1901170中,navigationStyle为custom的时候,页面左上角比之前多了一个返回按钮(红圈部分)。 [图片] - 预期表现 不要随便改接口,返回按钮提供一个隐藏的选项? - 复现路径 无 - 提供一个最简复现 Demo 无
2019-01-18 - ios web-view 打开公众号文章白屏
- 当前 Bug 的表现(可附上截图) [图片] [图片] - 预期表现 - 复现路径 - 提供一个最简复现 Demo <web-viewsrc="https://mp.weixin.qq.com/s/3EzS3a2pyvw_fBj8al3ptQ"style="width: 320px; height: 504px;"></web-view>
2018-10-13 - ios端微信小程序内嵌的网页公众号文章里面的小程序卡打不开是什么原因啊
小程序内嵌的公众号文章里的小程序卡(跳到本小程序的其他路径),ios下点击打不开,但是安卓的可以,求解答
2018-10-18 - web-view组件打开公众号文章 不显示内容,显示验证
- web-view组件打开公众号文章 不显示内容,显示验证。 有时候能显示正常 有时候就是验证 - 正常打开文章 - 复现路径 [图片]
2018-10-27 - APP-SERVICE-SDK:setStorageSync:fail:inte
- 当前 Bug 的表现(可附上截图) - 预期表现 - 复现路径 - 提供一个最简复现 Demo APP-SERVICE-SDK:setStorageSync:fail:internal error get DB fail;at pages/newIndex/index page lifeCycleMethod onShow function Error: APP-SERVICE-SDK:setStorageSync:fail:internal error get DB fail at setStorageSync (WASubContext.js:1:467001) at r.(anonymous function) (WASubContext.js:1:468386) at Object.Ld.(anonymous function) [as setStorageSync] (WASubContext.js:1:468986) at Object.<anonymous> (WASubContext.js:1:295310) at Object.<anonymous> (WASubContext.js:1:685343) at Function.<anonymous> (WASubContext.js:1:685439) at Object.<anonymous> (WASubContext.js:1:253924) at setStorageSync (zhuge-wx.min.js:1:5000) at getAll (zhuge-wx.min.js:1:4621) at get (zhuge-wx.min.js:1:10273) 不知道为什么小程序一直报这个警告 请问是什么原因引起的?
2019-02-19 - 管理后台错误日志如何解读
APP-SERVICE-SDK:setStorageSync:fail;at api request success callback function Error: APP-SERVICE-SDK:setStorageSync:fail at setStorageSync (https://lib/WAService.js:1:525526)at r.(anonymous function) (https://lib/WAService.js:1:527227)at Object.td.(anonymous function) [as setStorageSync] (https://lib/WAService.js:1:527851)at Object.(https://lib/WAService.js:1:341827)at Object.(https://lib/WAService.js:1:753829)at Function.(https://lib/WAService.js:1:753922)at Object.(https://lib/WAService.js:1:300776)at success (https://usr/app-service.js:40:1075)at Function.function.o.(anonymous function) (https://lib/WAService.js:1:753187)at https://lib/WAService.js:1:101962 我要怎么定位问题原因?
2019-04-01