diff --git a/pages/aboutUs/aboutUs.vue b/pages/aboutUs/aboutUs.vue index 1035574..34275af 100644 --- a/pages/aboutUs/aboutUs.vue +++ b/pages/aboutUs/aboutUs.vue @@ -49,7 +49,7 @@ this.requestToken({ url: this.host + "/api/index/about", type: "post", - data: { + data: { is_gome: 0, }, success: (res) => { @@ -59,7 +59,7 @@ }, daohang() { - wx.getLocation({ //获取当前经纬度 + uni.getLocation({ //获取当前经纬度 type: 'wgs84', //返回可以用于wx.openLocation的经纬度,官方提示bug: iOS 6.3.30 type 参数不生效,只会返回 wgs84 类型的坐标信息 success: (res) => { wx.openLocation({ //使用微信内置地图查看位置。