重复扣款修复
This commit is contained in:
@@ -195,7 +195,7 @@ Page({
|
||||
type: 'wgs84',
|
||||
success: (locRes) => {
|
||||
let distance = getDistance(locRes.latitude, locRes.longitude, Number(this.data.venues.latitude), Number(this.data.venues.longitude));
|
||||
if (distance > 40000) {
|
||||
if (distance > 10000) {
|
||||
this.setData({ isRequesting: false });
|
||||
wx.showModal({
|
||||
title: '提示',
|
||||
|
||||
Reference in New Issue
Block a user