|
|
@ -4,14 +4,6 @@ |
|
|
|
|
|
|
|
|
export default { |
|
|
export default { |
|
|
|
|
|
|
|
|
onLaunch: function() { |
|
|
|
|
|
uni.authorize({ |
|
|
|
|
|
scope: 'scope.userLocation', |
|
|
|
|
|
success: function() { |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
}) |
|
|
|
|
|
}, |
|
|
|
|
|
onShow: function(options) { |
|
|
onShow: function(options) { |
|
|
const targetPath = getEnterShareTarget(options) |
|
|
const targetPath = getEnterShareTarget(options) |
|
|
if (targetPath) { |
|
|
if (targetPath) { |
|
|
|