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
ef7a8005
Commit
ef7a8005
authored
Apr 17, 2022
by
程新智
👽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
list
parent
1da98318
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
3 deletions
+20
-3
.DS_Store
.DS_Store
+0
-0
.DS_Store
pages/.DS_Store
+0
-0
bindCode.vue
pages/move-car/bindCode.vue
+4
-0
index.vue
pages/move-car/index.vue
+16
-3
No files found.
.DS_Store
View file @
ef7a8005
No preview for this file type
pages/.DS_Store
View file @
ef7a8005
No preview for this file type
pages/move-car/bindCode.vue
0 → 100644
View file @
ef7a8005
<!--
* @Author: euzhi
* @Description: 绑定挪车码
-->
pages/move-car/index.vue
View file @
ef7a8005
...
@@ -60,9 +60,22 @@ export default {
...
@@ -60,9 +60,22 @@ export default {
},
},
methods
:
{
methods
:
{
goUrl
(
vo
)
{
goUrl
(
vo
)
{
uni
.
navigateTo
({
if
(
vo
.
title
!=
"扫一扫联系车主"
)
{
url
:
vo
.
url
uni
.
navigateTo
({
})
url
:
vo
.
url
})
}
else
{
//跳转绑定页面
uni
.
navigateTo
({
url
:
vo
.
url
})
//扫码
uni
.
scanCode
({
success
:
(
res
)
=>
{
console
.
log
(
res
);
}
})
}
}
}
}
}
};
};
...
...
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