- DefGridWith = 2000
This commit is contained in:
@@ -34,8 +34,8 @@ func (c *PurchaseHandler) GetStorePageInfo(ctx *jxcontext.Context, cityInfo, sto
|
||||
VendorStatus: utils.Int2Str(shopInfo.BusinessStatus),
|
||||
|
||||
Address: shopInfo.Address,
|
||||
Lng: shopInfo.Longitude,
|
||||
Lat: shopInfo.Latitude,
|
||||
Lng: shopInfo.Longitude / 100000,
|
||||
Lat: shopInfo.Latitude / 100000,
|
||||
DistrictCode: districtCode,
|
||||
|
||||
Tel1: shopInfo.Phone,
|
||||
|
||||
Reference in New Issue
Block a user