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
3f29eeda
Commit
3f29eeda
authored
Mar 04, 2021
by
程智春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
地区
parent
a70d415a
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
5 deletions
+9
-5
project.config.json
+0
-0
src/pages/changeAdr/index.vue
+6
-4
static/nativeComponents/AreaNavigation/index.js
+3
-1
No files found.
project.config.json
View file @
3f29eeda
src/pages/changeAdr/index.vue
View file @
3f29eeda
...
@@ -52,13 +52,16 @@
...
@@ -52,13 +52,16 @@
reLocationStatus
:
true
,
reLocationStatus
:
true
,
systemInfo
:
null
,
systemInfo
:
null
,
tabbarHeight
:
0
,
tabbarHeight
:
0
,
noLocation
:
''
noLocation
:
''
,
areaGroupId
:
''
}
}
},
},
onLoad
(
options
){
onLoad
(
options
){
this
.
noLocation
=
options
.
noLocation
this
.
noLocation
=
options
.
noLocation
this
.
areaGroupId
=
options
.
areaGroupId
this
.
systemInfo
=
wx
.
getSystemInfoSync
()
this
.
systemInfo
=
wx
.
getSystemInfoSync
()
let
menuButtonInfo
=
wx
.
getMenuButtonBoundingClientRect
()
let
menuButtonInfo
=
wx
.
getMenuButtonBoundingClientRect
()
...
@@ -105,14 +108,13 @@
...
@@ -105,14 +108,13 @@
this
.
locationStatus
=
true
this
.
locationStatus
=
true
if
(
type
==
1
){
if
(
type
==
1
){
wx
.
setStorageSync
(
'location'
,
JSON
.
stringify
({
wx
.
setStorageSync
(
'location'
,
JSON
.
stringify
({
id
:
item
.
operatingAreaAreaId
,
id
:
item
.
operatingAreaAreaId
,
regionName
:
item
.
regionName
,
regionName
:
item
.
regionName
,
regionType
:
item
.
regionType
,
regionType
:
item
.
regionType
,
systemRegionId
:
item
.
systemRegionId
,
systemRegionId
:
item
.
systemRegionId
,
areaGroupId
:
item
.
g
roupId
,
areaGroupId
:
this
.
areaG
roupId
,
outId
:
item
.
outId
outId
:
item
.
outId
}))
}))
}
else
{
}
else
{
...
@@ -121,7 +123,7 @@
...
@@ -121,7 +123,7 @@
regionName
:
item
.
regionName
,
regionName
:
item
.
regionName
,
regionType
:
item
.
regionType
,
regionType
:
item
.
regionType
,
systemRegionId
:
item
.
systemRegionId
,
systemRegionId
:
item
.
systemRegionId
,
areaGroupId
:
item
.
areaGroupId
,
areaGroupId
:
this
.
areaGroupId
,
outId
:
item
.
outId
outId
:
item
.
outId
}))
}))
}
}
...
...
static/nativeComponents/AreaNavigation/index.js
View file @
3f29eeda
...
@@ -37,6 +37,8 @@ Component({
...
@@ -37,6 +37,8 @@ Component({
designateAreaObj
:
this
.
data
.
datas
.
componentData
.
designateAreaObj
designateAreaObj
:
this
.
data
.
datas
.
componentData
.
designateAreaObj
})
})
console
.
log
(
this
.
data
.
datas
.
componentData
.
designateAreaObj
,
'2222'
)
if
(
!
wx
.
getStorageSync
(
'location'
))
{
if
(
!
wx
.
getStorageSync
(
'location'
))
{
wx
.
navigateTo
({
wx
.
navigateTo
({
url
:
`/pages/changeAdr/main?areaGroupId=
${
this
.
data
.
datas
.
componentData
.
designateAreaObj
.
areaGroupId
}
&noLocation=1`
url
:
`/pages/changeAdr/main?areaGroupId=
${
this
.
data
.
datas
.
componentData
.
designateAreaObj
.
areaGroupId
}
&noLocation=1`
...
@@ -306,7 +308,7 @@ Component({
...
@@ -306,7 +308,7 @@ Component({
},
},
continueBrowser
(){
continueBrowser
(){
console
.
log
(
this
.
data
.
designateAreaObj
)
console
.
log
(
this
.
data
.
designateAreaObj
,
'this.data.designateAreaObj'
)
wx
.
setStorageSync
(
'location'
,
JSON
.
stringify
(
this
.
data
.
designateAreaObj
))
wx
.
setStorageSync
(
'location'
,
JSON
.
stringify
(
this
.
data
.
designateAreaObj
))
this
.
setData
({
this
.
setData
({
positionName
:
this
.
data
.
designateAreaObj
.
regionName
,
positionName
:
this
.
data
.
designateAreaObj
.
regionName
,
...
...
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