@@ -171,6 +171,8 @@
var url='openIntegralMall/getShopList'
var params = {
id:this.goodsId,
+ lat: this.location.lat ? this.location.lat : '',
+ lng: this.location.lng ? this.location.lng : '',
city:this.cityCode,
area:this.area
}