<view id='viewID'>
<view id="scriptID">
var query = wx.createSelectorQuery()
纤悄 //选择id
query.select('#numID').boundingClientRect()
query.select('#scriptID').boundingClientRect()
query.exec(function (res) {
//res就是 所有标签为mjltest的元素的信息 的数组
console.log('所有:',res)
/毁世渣/取高度
that.setData({
storyHeight:that.data.detailHeight -(res[0].height+res[1].height)
})
})
工具/原料
微信小程序 web-view
方法/步骤
1、打开微信开发者工具。
2、选择新建小程序。
3、输入项目信息锋银后,点击”确定“。
4、进入开发画面。
5、点击”index wxml“右侧将其他代码都删除,在容器中,添加”web-view“。
6、给这个web-view添加src属性这里做基陪添加需要的地址即可。
7、完成后保存修改,在左侧的手机模拟器中,即可查看纯蠢效果。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)