Commit d9ab41e7 authored by xhx's avatar xhx

Merge branch 'dev' of https://gitlab.33.cn/chenqikuai/fns_front_2 into dev

parents 3c3bfbe4 f3fc9b30
......@@ -12,15 +12,15 @@ class AddressService {
}
getNearby(data: { bank_code: number; number: number }) {
// return baseAxios<iNearbyOutLet[]>({
// method: 'post',
// url: '/address/nearby',
// data: {
// ...data,
// longitude: '120.194393',
// latitude: '30.244417',
// },
// })
return baseAxios<iNearbyOutLet[]>({
method: 'post',
url: '/address/nearby',
data: {
...data,
longitude: '120.194393',
latitude: '30.244417',
},
})
return new Promise<iRet<iNearbyOutLet[]>>((resolve) => {
function getGps() {
new Bridge().bridge_getGps(null, (params: any) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment