diff --git a/src/project/biaopin/AppGridReview/Add.vue b/src/project/biaopin/AppGridReview/Add.vue index c5b2d747..d440919f 100644 --- a/src/project/biaopin/AppGridReview/Add.vue +++ b/src/project/biaopin/AppGridReview/Add.vue @@ -96,7 +96,7 @@ export default { }, getLocation() { this.injectJWeixin('getLocation').then(() => { - uni.getLocation({ + wx.getLocation({ type: 'wgs84', success: res2 => { this.forms.lng = res2.longitude