|
@@ -386,7 +386,7 @@
|
|
|
console.log("查看参数", that.shippingNoteInfos)
|
|
|
that.auth()
|
|
|
that.$helper.fUN_AmapLocation.start({
|
|
|
- intervalTime: 5000,
|
|
|
+ intervalTime: 60000,
|
|
|
isReport: false
|
|
|
},
|
|
|
res => {
|
|
@@ -406,7 +406,7 @@
|
|
|
// console.log('this.$helper.gjList')
|
|
|
// console.log(this.$helper.gjList)
|
|
|
// console.log("条数", uni.getStorageSync('mapGJ').length)
|
|
|
- if (uni.getStorageSync('mapGJ').length > 100) {
|
|
|
+ if (uni.getStorageSync('mapGJ').length > 10) {
|
|
|
// console.log(JSON.stringify(uni
|
|
|
// .getStorageSync('mapGJ')))
|
|
|
that.$request.baseRequest('post',
|