|
|
|
@ -264,7 +264,7 @@ |
|
|
|
|
latitude: app.globalData.latitude, |
|
|
|
|
longitude: app.globalData.longitude, |
|
|
|
|
isTyAgent: this.isTyAgent |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
recentGasStation(params).then(res => { |
|
|
|
|
uni.hideLoading(); |
|
|
|
|
if (res.return_code == '000000') { |
|
|
|
@ -304,7 +304,7 @@ |
|
|
|
|
latitude: app.globalData.latitude, |
|
|
|
|
longitude: app.globalData.longitude, |
|
|
|
|
isTyAgent: this.isTyAgent |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
getGasDetailByStoreKey(params).then(res => { |
|
|
|
|
uni.hideLoading(); |
|
|
|
|
if (res.return_code == '000000') { |
|
|
|
|