diff --git a/src/project/biaopin/AppGridReview/Add.vue b/src/project/biaopin/AppGridReview/Add.vue index d440919f..57b30302 100644 --- a/src/project/biaopin/AppGridReview/Add.vue +++ b/src/project/biaopin/AppGridReview/Add.vue @@ -99,6 +99,7 @@ export default { wx.getLocation({ type: 'wgs84', success: res2 => { + console.log('获取当前定位信息:', res2) this.forms.lng = res2.longitude this.forms.lat = res2.latitude this.$http.post('/api/appdvcpconfig/apiForward', null, {