获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
cover-view 是用来覆盖canvas、maps等元素的
ios真机canvas不能覆盖cover-view标签吗?ios真机canvas画布不能覆盖cover-view标签吗 安卓,工具看是没问题,但是在ios真机上就不行 代码片段:https://developers.weixin.qq.com/s/dctnpnmK77cP
2019-10-25[代码]scroll-view 的高度需要固定[代码] [代码]scroll-into-view 的值需要是动态[代码]
scroll-into-view设置了高度,list 和值分开,为什么还是不能滚动?<scroll-view scroll-y style="height:{{height}}px" scroll-into-view="{{toList}}"> <view wx:for="{{allContentList}}" wx:key="item" wx:for-item="itemName" id="item{{index}}"> this.setData({ allContentList: that.data.allContentList }) this.setData({ toList: 'item' + this.data.allContentList.length })
2019-10-25应该是箭头函数的作用域和this.setData的作用域相同
为什么我定义的这个变量在this.setData里使用?[图片]
2019-09-19