Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jz_Travel
Project
Project
Details
Activity
Releases
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
zhengke
jz_Travel
Commits
30453489
Commit
30453489
authored
May 06, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
0f0ccc58
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
8 deletions
+12
-8
orders.vue
pages/AggregateOrders/components/orders.vue
+6
-4
orderdetails.vue
pages/bus/orderdetails.vue
+6
-4
No files found.
pages/AggregateOrders/components/orders.vue
View file @
30453489
...
...
@@ -378,10 +378,12 @@
title
:
'提示'
,
content
:
`
${
item
.
SalePhone
?
'确定拨打服务电话取消订单吗?'
:
'请联系服务人员进行取消?'
}
`
,
success
:
(
tip
)
=>
{
if
(
item
.
SalePhone
){
uni
.
makePhoneCall
({
phoneNumber
:
item
.
SalePhone
,
});
if
(
tip
.
confirm
)
{
if
(
item
.
SalePhone
){
uni
.
makePhoneCall
({
phoneNumber
:
item
.
SalePhone
,
});
}
}
}
})
...
...
pages/bus/orderdetails.vue
View file @
30453489
...
...
@@ -401,10 +401,12 @@
title
:
'提示'
,
content
:
`
${
this
.
SalePhone
!=
''
?
'确定拨打服务电话取消订单吗?'
:
'请联系服务人员进行取消?'
}
`
,
success
:
(
tip
)
=>
{
if
(
this
.
SalePhone
!=
''
){
uni
.
makePhoneCall
({
phoneNumber
:
this
.
SalePhone
,
});
if
(
tip
.
confirm
)
{
if
(
this
.
SalePhone
!=
''
){
uni
.
makePhoneCall
({
phoneNumber
:
this
.
SalePhone
,
});
}
}
}
})
...
...
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