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