|
|
@@ -1345,6 +1345,8 @@ export default {
|
|
|
let PointSum = that
|
|
|
.twoPointSum(that.lat, that.lon, location.lat, location.lon)
|
|
|
.toFixed(2);
|
|
|
+ console.log('异常拜访=' + that.lat);
|
|
|
+ console.log('异常拜访=' + that.lon);
|
|
|
if (PointSum > 500 && localStorage.getItem('postType') != 'GZ') {
|
|
|
// that.$dialog
|
|
|
// .confirm({
|