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
51c76fb1
Commit
51c76fb1
authored
May 25, 2022
by
lijiongliang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
立即领取修改
parent
5de34c12
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
32 additions
and
3 deletions
+32
-3
pages.json
pages.json
+5
-0
home.vue
pages/home.vue
+6
-3
transitionPage.vue
pages/transitionPage.vue
+21
-0
No files found.
pages.json
View file @
51c76fb1
...
...
@@ -18,6 +18,11 @@
"style"
:
{
"navigationBarTitleText"
:
"登录"
}
},{
"path"
:
"pages/transitionPage"
,
"style"
:
{
"navigationBarTitleText"
:
""
}
},
{
"path"
:
"pages/binding/binding"
,
...
...
pages/home.vue
View file @
51c76fb1
...
...
@@ -213,9 +213,12 @@
this
.
carList
=
res
.
data
uni
.
hideLoading
()
if
(
res
.
data
.
length
==
0
){
let
url
=
"car.m.jd.com/h5/list.html?final-action=closewebview&source=licenseprocedure"
util
.
redirectToH5
({
page
:
url
})
uni
.
setStorageSync
(
'firstCoupon'
,
true
)
uni
.
navigateTo
({
url
:
'/pages/transitionPage'
});
// let url = "car.m.jd.com/h5/list.html?final-action=closewebview&source=licenseprocedure"
// util.redirectToH5({page:url})
// uni.setStorageSync('firstCoupon',true)
}
else
{
// uni.navigateTo({
// url: '/pagesA/pages/index/getPrice?orderId=' + this.freeCode.id
...
...
pages/transitionPage.vue
0 → 100644
View file @
51c76fb1
<
template
>
</
template
>
<
script
>
import
util
from
'@/pages/login/util.js'
;
export
default
{
data
(){
return
{
}
},
onLoad
(){
let
url
=
"car.m.jd.com/h5/list.html?final-action=closewebview&source=licenseprocedure"
util
.
redirectToH5
({
page
:
url
})
uni
.
setStorageSync
(
'firstCoupon'
,
true
)
}
}
</
script
>
<
style
>
</
style
>
\ No newline at end of file
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