UNPKG

hera-cli

Version:
14 lines (13 loc) 211 B
Page({ data: { direction: 0 }, onReady: function () { var that = this wx.onCompassChange(function (res) { that.setData({ direction: parseInt(res.direction) }) }) } })