UNPKG

hera-cli

Version:
18 lines (17 loc) 282 B
Page({ data: { systemInfo: {} }, getSystemInfo: function () { var that = this wx.getSystemInfo({ success: function (res) { res.route = that.route that.setData({ systemInfo: res }) that.update() } }) } })