wx.hideShareMenu(Object object)用来隐藏“转发”按钮。
查看答案
通过onShareAppMessage(Object object)监听事件来实现转发,监听用户单击页面内“转发”按钮(button组件open-type="share")或右上角菜单中“转发”按钮的行为,并自定义转发内容。
A. 对
B. 错
查看位置的方法为wx.openLocation(Object object),使用微信内置地图查看位置。
A. 对
B. 错
地图组件控制方法为wx.chooseLocation(Object object),用于打开地图选择位置,调用前需要用户授权scope.userLocation。
A. 对
B. 错
系统信息API的方法为wx.getSystemInfo(Object object),用于获取系统信息。
A. 对
B. 错