第一部分
第二部分
// pages/map/map.js
var app = getApp();
Page({
data: {
mapHeight: '',
markers: []
},
onLoad: function () {
},
onReady: function () {
var that = this
// 获取系统信息
wx.getSystemInfo({
success: function (res) {
that.setData({
mapHeight: res.windowHeight - 82
})
}
})
}
})
为什么在有tabar情况下
第二部分
这一块在adroid机上显示不出来。微信小程序微信小程序录音-微信小程序开发教程。在iphone上正常。
本文来自微信小程序开发者论坛 微信小程序工厂 http://www.xcxgc.com 转载请保留。
微信小程序开发者回答:
黄***:
麻烦截图看看效果
本文网址:http://www.91bianli.com/weixinxiaochengxu/56983.html