Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mayi-mp-shop
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
程默
mayi-mp-shop
Commits
6641f197
Commit
6641f197
authored
Feb 25, 2023
by
李嘉林
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "暂时隐藏定位api"
This reverts commit
a8290443
.
parent
ee885f8b
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
243 additions
and
3 deletions
+243
-3
src/pages/changeAdr/index.vue
+114
-0
src/pages/index/index.vue
+15
-0
src/utils/wxIndex.js
+6
-3
static/nativeComponents/AreaNavigation/index.js
+108
-0
No files found.
src/pages/changeAdr/index.vue
View file @
6641f197
...
...
@@ -155,13 +155,127 @@
this
.
locationStatus
=
true
;
return
}
wx
.
getLocation
({
type
:
'wgs84'
,
success
:
function
(
res
){
const
latitude
=
res
.
latitude
const
longitude
=
res
.
longitude
console
.
log
(
'定位成功'
,
res
)
changeAdr
.
query_Location_operating_area_area_list
({
location
:
longitude
+
','
+
latitude
}).
then
(
res
=>
{
if
(
res
.
data
.
code
==
'200'
){
let
city
=
''
;
res
.
data
.
data
.
forEach
(
item
=>
{
if
(
item
.
operatingAreaAreaId
){
city
=
item
}
})
if
(
city
==
''
){
_this
.
positionCity
=
res
.
data
.
data
[
0
];
}
else
{
_this
.
positionCity
=
city
;
}
_this
.
reLocationStatus
=
false
;
_this
.
locationStatus
=
true
;
}
else
{
wx
.
showModal
({
title
:
'提示'
,
content
:
'定位失败,请检查是否开启了定位服务'
,
success
(
res
)
{
if
(
res
.
confirm
)
{
console
.
log
(
'用户点击确定'
)
}
else
if
(
res
.
cancel
)
{
console
.
log
(
'用户点击取消'
)
}
}
})
_this
.
reLocationStatus
=
false
;
_this
.
locationStatus
=
false
;
}
})
},
fail
:
function
(
err
){
console
.
log
(
'定位失败'
,
err
)
wx
.
showModal
({
title
:
'提示'
,
content
:
'定位失败,请检查是否开启了定位服务'
,
success
(
res
)
{
if
(
res
.
confirm
)
{
console
.
log
(
'用户点击确定'
)
}
else
if
(
res
.
cancel
)
{
console
.
log
(
'用户点击取消'
)
}
}
})
_this
.
reLocationStatus
=
false
;
_this
.
locationStatus
=
false
;
}
})
}
else
{
wx
.
getLocation
({
type
:
'wgs84'
,
success
:
function
(
res
){
const
latitude
=
res
.
latitude
const
longitude
=
res
.
longitude
console
.
log
(
'定位成功'
,
res
)
changeAdr
.
query_Location_operating_area_area_list
({
location
:
longitude
+
','
+
latitude
}).
then
(
res
=>
{
if
(
res
.
data
.
code
==
'200'
){
let
city
=
''
;
res
.
data
.
data
.
forEach
(
item
=>
{
if
(
item
.
operatingAreaAreaId
){
city
=
item
}
})
if
(
city
==
''
){
_this
.
positionCity
=
res
.
data
.
data
[
0
];
}
else
{
_this
.
positionCity
=
city
;
}
_this
.
reLocationStatus
=
false
;
_this
.
locationStatus
=
true
;
}
else
{
wx
.
showModal
({
title
:
'提示'
,
content
:
'定位失败,请检查是否开启了定位服务'
,
success
(
res
)
{
if
(
res
.
confirm
)
{
console
.
log
(
'用户点击确定'
)
}
else
if
(
res
.
cancel
)
{
console
.
log
(
'用户点击取消'
)
}
}
})
_this
.
reLocationStatus
=
false
;
_this
.
locationStatus
=
false
;
}
})
},
fail
:
function
(
err
){
console
.
log
(
'定位失败'
,
err
)
wx
.
showModal
({
title
:
'提示'
,
content
:
'定位失败,请检查是否开启了定位服务'
,
success
(
res
)
{
if
(
res
.
confirm
)
{
console
.
log
(
'用户点击确定'
)
}
else
if
(
res
.
cancel
)
{
console
.
log
(
'用户点击取消'
)
}
}
})
_this
.
reLocationStatus
=
false
;
_this
.
locationStatus
=
false
;
}
})
}
},
resetPosition
(){
this
.
reLocationStatus
=
true
...
...
src/pages/index/index.vue
View file @
6641f197
...
...
@@ -465,6 +465,21 @@ export default {
// this.params += "&logOut=true";
}
},
getLocationHandle
()
{
wx
.
getLocation
({
type
:
"wgs84"
,
success
:
res
=>
{
var
latitude
=
res
.
latitude
;
var
longitude
=
res
.
longitude
;
var
speed
=
res
.
speed
;
var
accuracy
=
res
.
accuracy
;
log
.
info
(
"~~~~~~~~~1~~~~~~~"
,
res
);
},
fail
:
res
=>
{
log
.
info
(
"++++++++++2++++++"
,
res
);
}
});
},
async
getSpokesman
()
{
await
spokesman
.
getSpokesmanidByShare
().
then
(
res
=>
{
log
.
info
(
'onShareAppMessage-getSpokesmanidByShare'
,
res
)
...
...
src/utils/wxIndex.js
View file @
6641f197
...
...
@@ -9,9 +9,11 @@ export function wx_decode(appId, sessionKey, encryptedData, iv) {
// 定位方法
export
function
getUserLocation
()
{
return
new
Promise
((
resolve
,
reject
)
=>
{
resolve
({
longitude
:
null
,
latitude
:
null
,
wx
.
getLocation
({
type
:
'gcj02'
,
// type有两中类型,gcj02 是腾讯地图所能解析的
success
:
res
=>
{
resolve
(
res
)
}
})
})
}
\ No newline at end of file
static/nativeComponents/AreaNavigation/index.js
View file @
6641f197
...
...
@@ -81,6 +81,111 @@ Component({
if
(
this
.
data
.
changeLocation
==
1
){
return
}
wx
.
getLocation
({
type
:
'wgs84'
,
success
(
res
)
{
console
.
log
(
'组件1111'
,
_this
.
data
.
designateAreaObj
)
console
.
log
(
res
,
'++++++++++获取地区'
)
const
latitude
=
res
.
latitude
const
longitude
=
res
.
longitude
console
.
log
(
'组件2'
,
_this
.
data
.
designateAreaObj
)
indexApi
.
queryLocation
(
longitude
,
latitude
).
then
(
data
=>
{
if
(
data
.
data
.
code
==
'200'
)
{
let
city
=
''
data
.
data
.
data
.
forEach
(
item
=>
{
if
(
item
.
operatingAreaAreaId
)
{
city
=
item
;
}
})
if
(
city
==
''
)
{
_this
.
setData
({
positionCity
:
data
.
data
.
data
[
0
]
})
}
else
{
_this
.
setData
({
positionCity
:
city
})
}
if
(
!
wx
.
getStorageSync
(
'location'
)){
_this
.
setData
({
'designateAreaObj.id'
:
_this
.
data
.
positionCity
.
operatingAreaAreaId
,
'designateAreaObj.regionName'
:
_this
.
data
.
positionCity
.
regionName
,
'designateAreaObj.regionType'
:
_this
.
data
.
positionCity
.
regionType
,
'designateAreaObj.systemRegionId'
:
_this
.
data
.
positionCity
.
systemRegionId
,
'designateAreaObj.outId'
:
_this
.
data
.
positionCity
.
outId
,
})
}
console
.
log
(
_this
.
data
.
positionCity
,
'定位城市信息'
)
console
.
log
(
_this
.
data
.
designateAreaObj
,
'组件信息'
)
let
str
=
JSON
.
stringify
({
id
:
_this
.
data
.
positionCity
.
operatingAreaAreaId
,
regionName
:
_this
.
data
.
positionCity
.
regionName
,
regionType
:
_this
.
data
.
positionCity
.
regionType
,
systemRegionId
:
_this
.
data
.
positionCity
.
systemRegionId
,
outId
:
_this
.
data
.
positionCity
.
outId
,
areaGroupId
:
_this
.
data
.
designateAreaObj
.
areaGroupId
,
})
console
.
log
(
str
,
'str.......'
)
wx
.
setStorageSync
(
'location'
,
str
)
if
(
_this
.
data
.
positionCity
.
operatingAreaAreaId
==
_this
.
data
.
designateAreaObj
.
id
)
{
_this
.
setData
({
positionName
:
_this
.
data
.
positionCity
.
regionName
})
}
else
{
_this
.
setData
({
changeShow
:
true
})
}
}
else
{
if
(
!
wx
.
getStorageSync
(
'location'
))
{
if
(
_this
.
data
.
designateAreaObj
.
id
)
{
wx
.
setStorageSync
(
'location'
,
JSON
.
stringify
({
id
:
_this
.
data
.
designateAreaObj
.
id
,
regionName
:
_this
.
data
.
designateAreaObj
.
regionName
,
regionType
:
_this
.
data
.
designateAreaObj
.
regionType
,
systemRegionId
:
_this
.
data
.
designateAreaObj
.
systemRegionId
,
areaGroupId
:
_this
.
data
.
designateAreaObj
.
areaGroupId
,
outId
:
_this
.
data
.
designateAreaObj
.
outId
}))
_this
.
setData
({
positionName
:
_this
.
data
.
designateAreaObj
.
regionName
})
}
}
}
}).
catch
(
err
=>
{
console
.
log
(
'定位'
)
if
(
!
wx
.
getStorageSync
(
'location'
))
{
if
(
_this
.
data
.
designateAreaObj
.
id
)
{
wx
.
setStorageSync
(
'location'
,
JSON
.
stringify
({
id
:
_this
.
data
.
designateAreaObj
.
id
,
regionName
:
_this
.
data
.
designateAreaObj
.
regionName
,
regionType
:
_this
.
data
.
designateAreaObj
.
regionType
,
systemRegionId
:
_this
.
data
.
designateAreaObj
.
systemRegionId
,
areaGroupId
:
_this
.
data
.
designateAreaObj
.
areaGroupId
,
outId
:
_this
.
data
.
designateAreaObj
.
outId
}))
_this
.
setData
({
positionName
:
_this
.
data
.
designateAreaObj
.
regionName
})
}
}
})
},
fail
(
error
)
{
console
.
log
(
'定位失败'
)
if
(
!
wx
.
getStorageSync
(
'location'
)){
if
(
_this
.
data
.
designateAreaObj
.
id
){
wx
.
setStorageSync
(
'location'
,
JSON
.
stringify
({
...
...
@@ -97,6 +202,9 @@ Component({
})
}
}
}
})
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment