提交修改
This commit is contained in:
@@ -96,7 +96,7 @@ export default {
|
|||||||
},
|
},
|
||||||
getLocation() {
|
getLocation() {
|
||||||
this.injectJWeixin('getLocation').then(() => {
|
this.injectJWeixin('getLocation').then(() => {
|
||||||
uni.getLocation({
|
wx.getLocation({
|
||||||
type: 'wgs84',
|
type: 'wgs84',
|
||||||
success: res2 => {
|
success: res2 => {
|
||||||
this.forms.lng = res2.longitude
|
this.forms.lng = res2.longitude
|
||||||
|
|||||||
Reference in New Issue
Block a user