|
|
@@ -20,6 +20,7 @@ Page({ |
|
|
|
onLoad: function(options) { |
|
|
|
var that = this; |
|
|
|
var scene = decodeURIComponent(options.scene); |
|
|
|
app.getLocation(); |
|
|
|
}, |
|
|
|
|
|
|
|
onShow: function() { |
|
|
@@ -51,7 +52,7 @@ Page({ |
|
|
|
code: code, |
|
|
|
sceneAddress: app.globalData.sceneAddress, |
|
|
|
latitude: '' + app.globalData.locationInfo.latitude, |
|
|
|
longtitude: '' + app.globalData.locationInfo.longtitude, |
|
|
|
longitude: '' + app.globalData.locationInfo.longitude, |
|
|
|
} |
|
|
|
}) |
|
|
|
.then(res => { |
|
|
|