小程序
小游戏
企业微信
微信支付
扫描小程序码分享
<
movable-area
class
=
"img-preview-list"
style
"height: {{ areaHeight + 'px'}};"
>
</
设置之后,movable-view还在原来的范围中移动。
3 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
解决了么?
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
能看下你 areaHeight 相关赋值部分的代码吗?
wx.getSystemInfo({
success:
function
(res) {
_this.setData({
areaHeight: res.windowHeight,
areaWidth: res.windowWidth
})
}
把这个宽高存到 this.areaHeight this.areaWidth里,然后去onShow里设上呢
没用
能做个代码片段吗?
https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html
功能较为复杂,无法剥离,发现一个类似的问题
https://developers.weixin.qq.com/blogdetail?action=get_post_info&docid=82f5ab098a15982c89076af83e3631a1&highline=movable-area
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
解决了么?
能看下你 areaHeight 相关赋值部分的代码吗?
wx.getSystemInfo({
success:
function
(res) {
_this.setData({
areaHeight: res.windowHeight,
areaWidth: res.windowWidth
})
}
})
把这个宽高存到 this.areaHeight this.areaWidth里,然后去onShow里设上呢
没用
能做个代码片段吗?
https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html
功能较为复杂,无法剥离,发现一个类似的问题
https://developers.weixin.qq.com/blogdetail?action=get_post_info&docid=82f5ab098a15982c89076af83e3631a1&highline=movable-area