|
@@ -244,7 +244,7 @@ var _amapWx = _interopRequireDefault(__webpack_require__(/*! @/common/amap-wx.js
|
|
|
|
|
|
data: function data() {
|
|
|
return {
|
|
|
- lat: '', // 经度,
|
|
|
+ lat: '', // 经度
|
|
|
lot: '', // 维度
|
|
|
ishow: true,
|
|
|
firstpoint: true,
|
|
@@ -283,6 +283,7 @@ var _amapWx = _interopRequireDefault(__webpack_require__(/*! @/common/amap-wx.js
|
|
|
|
|
|
|
|
|
onLoad: function onLoad() {
|
|
|
+ console.log("ceshidd");
|
|
|
if (this.beginload) {
|
|
|
|
|
|
this.getpicture(); // 开机广告
|
|
@@ -298,7 +299,7 @@ var _amapWx = _interopRequireDefault(__webpack_require__(/*! @/common/amap-wx.js
|
|
|
this.isGetLocation(); // 检查是否开启定位权限
|
|
|
this.isUserInfo(); // 检查是否允许获取用户授权
|
|
|
// 用户授全
|
|
|
- this.getswiper(); // 获取首页轮播
|
|
|
+ this.getswiper(); // 获取首页轮播
|
|
|
}
|
|
|
},
|
|
|
watch: {
|