|
@@ -119,7 +119,7 @@
|
|
|
isShowToBuy:false,
|
|
|
wallet_money:0,
|
|
|
payResp:{},
|
|
|
- myLocation:{},
|
|
|
+ myLocations:{},
|
|
|
orderInfo:{},
|
|
|
carInfo:{}
|
|
|
}
|
|
@@ -140,7 +140,7 @@
|
|
|
if (storedLocation && storedLocation.longitude && storedLocation.latitude) {
|
|
|
// 如果本地有存储的定位信息,则直接使用
|
|
|
this.setData({
|
|
|
- myLocation: storedLocation,
|
|
|
+ myLocations: storedLocation,
|
|
|
license_plate_number:car_list.plate_number
|
|
|
});
|
|
|
}
|
|
@@ -237,8 +237,8 @@
|
|
|
//扫码机柜信息
|
|
|
const me=this
|
|
|
const pData={
|
|
|
- longitude:this.myLocation.longitude,
|
|
|
- latitude:this.myLocation.latitude,
|
|
|
+ longitude:this.myLocations.longitude,
|
|
|
+ latitude:this.myLocations.latitude,
|
|
|
dev_id:dev_id||'',
|
|
|
time:timeNow
|
|
|
}
|