Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
J
jd-vx-app
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
jd-vx-app
Commits
04cc6a51
Commit
04cc6a51
authored
Jan 12, 2023
by
肖健
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化
parent
66cd0314
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
4 deletions
+16
-4
main.vue
pages/main.vue
+12
-3
index.vue
pagesA/pages/mrAct/index.vue
+1
-0
address-picker.vue
...dress-picker/components/address-picker/address-picker.vue
+3
-1
No files found.
pages/main.vue
View file @
04cc6a51
...
...
@@ -360,9 +360,18 @@
}
if
(
routerLogin
){
uni
.
setStorageSync
(
'routerLogin'
,
false
)
uni
.
redirectTo
({
url
:
routerLogin
})
let
routerLoginPageType
=
uni
.
getStorageSync
(
'routerLoginPageType'
)
if
(
routerLoginPageType
==
'switchTab'
)
{
uni
.
navigateTo
({
url
:
routerLogin
})
}
else
{
uni
.
redirectTo
({
url
:
routerLogin
})
}
uni
.
removeStorageSync
(
'routerLoginPageType'
)
}
// 判断是否有京东跳转
let
jdNavToObj
=
uni
.
getStorageSync
(
'jdNavToObj'
)
...
...
pagesA/pages/mrAct/index.vue
View file @
04cc6a51
...
...
@@ -330,6 +330,7 @@ export default {
let
token
=
uni
.
getStorageSync
(
'userToken'
)
if
(
!
token
)
{
uni
.
setStorageSync
(
'routerLogin'
,
'/pagesA/pages/mrAct/index'
)
uni
.
setStorageSync
(
'routerLoginPageType'
,
'switchTab'
)
//跳转到登录页
let
returnPage
=
'/pages/main'
;
let
pageType
=
"reLaunch"
...
...
uni_modules/address-picker/components/address-picker/address-picker.vue
View file @
04cc6a51
...
...
@@ -68,7 +68,9 @@
}
},
mounted
(){
this
.
formatData
()
setTimeout
(()
=>
{
this
.
formatData
()
},
1000
)
},
methods
:
{
changeHandler
(
e
)
{
...
...
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