|
@@ -165,7 +165,11 @@
|
|
|
if(this.firstIndex == 0){
|
|
|
maxTime = ''
|
|
|
}
|
|
|
-
|
|
|
+ var checkCount = ''
|
|
|
+ if(this.isHave == true){
|
|
|
+ checkCount = 1
|
|
|
+ }
|
|
|
+
|
|
|
let url = 'accompany/SuperAccounts/queryShopListByMyTeam',
|
|
|
params = {
|
|
|
// page: this.page,
|
|
@@ -174,7 +178,7 @@
|
|
|
lng: this.lng,
|
|
|
lat: this.lat,
|
|
|
maxTime:maxTime,
|
|
|
- checkCount:Number(this.isHave),
|
|
|
+ checkCount:checkCount,
|
|
|
}
|
|
|
this.$http(url, params, 'GET').then(res => {
|
|
|
var list = res.data
|