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
9b8767b6
Commit
9b8767b6
authored
May 06, 2022
by
肖健
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
跳转页面
parent
56f12964
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
2 deletions
+13
-2
oneMoveCar.vue
pagesB/pages/move-car/oneMoveCar.vue
+6
-1
scan.vue
pagesB/pages/move-car/scan.vue
+7
-1
No files found.
pagesB/pages/move-car/oneMoveCar.vue
View file @
9b8767b6
...
@@ -44,7 +44,7 @@
...
@@ -44,7 +44,7 @@
</u-checkbox-group>
微信通知(上限3次)
</u-checkbox-group>
微信通知(上限3次)
</div>
-->
</div>
-->
<div
class=
"move-car__more"
@
click=
""
>
<div
class=
"move-car__more"
@
click=
""
>
<div>
<div
@
click=
"goToIndex"
>
获取同款挪车牌
获取同款挪车牌
<span>
<span>
<image
src=
"@/static/move-car/move-car-code2.png"
>
<image
src=
"@/static/move-car/move-car-code2.png"
>
...
@@ -119,6 +119,11 @@ export default {
...
@@ -119,6 +119,11 @@ export default {
}
}
},
},
methods
:
{
methods
:
{
goToIndex
()
{
uni
.
navigateTo
({
url
:
'/pages/main'
});
},
changeWechat
(){
changeWechat
(){
this
.
appBo
.
wechat
=
!
this
.
appBo
.
wechat
this
.
appBo
.
wechat
=
!
this
.
appBo
.
wechat
},
},
...
...
pagesB/pages/move-car/scan.vue
View file @
9b8767b6
...
@@ -30,7 +30,7 @@
...
@@ -30,7 +30,7 @@
<div
class=
"view__btn view__no__bind"
@
click=
"confirmBinding"
>
<div
class=
"view__btn view__no__bind"
@
click=
"confirmBinding"
>
确认绑定
确认绑定
</div>
</div>
<div
class=
"use__text"
>
使用说明
</div>
<div
class=
"use__text"
@
click=
"gotoExplanation"
>
使用说明
</div>
</div>
</div>
</view>
</view>
</
template
>
</
template
>
...
@@ -118,6 +118,12 @@ export default {
...
@@ -118,6 +118,12 @@ export default {
}
}
},
},
methods
:
{
methods
:
{
// 跳转到使用说明页面
gotoExplanation
()
{
uni
.
navigateTo
({
url
:
'/pagesD/pages/personal/help'
});
},
goLoveCar
()
{
goLoveCar
()
{
uni
.
navigateTo
({
uni
.
navigateTo
({
url
:
'/pagesB/pages/move-car/loveCar?price=1'
url
:
'/pagesB/pages/move-car/loveCar?price=1'
...
...
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