(val)
| 24 | this.setData({ currentLongitude: res.longitude }) |
| 25 | Object.defineProperty(wx, 'getLocation', { |
| 26 | get(val) { |
| 27 | return function (obj) { |
| 28 | obj.success({latitude: res.latitude, longitude: res.longitude}) |
| 29 | } |
| 30 | } |
| 31 | }) |
| 32 | } |
| 33 | }) |
nothing calls this directly
no outgoing calls
no test coverage detected