Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apaas-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gzga-jzapi
apaas-ui
Commits
84904b40
Commit
84904b40
authored
Nov 20, 2020
by
刘殿昕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
订单详情参数
parent
7ab376ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/pages/user/order/order_detail.vue
src/pages/user/order/order_detail.vue
+4
-4
No files found.
src/pages/user/order/order_detail.vue
View file @
84904b40
...
@@ -270,12 +270,12 @@
...
@@ -270,12 +270,12 @@
<div
v-if=
"orderDetail.order_type == 1"
>
<div
v-if=
"orderDetail.order_type == 1"
>
<div>
<div>
<span
class=
"detail_service_specification_gg"
>
<span
class=
"detail_service_specification_gg"
>
{{
orderDetail
.
sp
ec
_type
==
0
?
"
计次收费:
"
:
"
时长收费:
"
}}
{{
orderDetail
.
sp
cs
_type
==
0
?
"
计次收费:
"
:
"
时长收费:
"
}}
</span>
</span>
<span
class=
"detail_service_specification_val"
>
<span
class=
"detail_service_specification_val"
>
{{
orderDetail
.
single_money
}}
金币/
{{
orderDetail
.
single_money
}}
金币/
{{
{{
orderDetail
.
sp
ec
_type
==
1
orderDetail
.
sp
cs
_type
==
1
?
orderDetail
.
spec_count
+
"
次
"
?
orderDetail
.
spec_count
+
"
次
"
:
"
月
"
:
"
月
"
}}
}}
...
@@ -747,7 +747,7 @@ export default {
...
@@ -747,7 +747,7 @@ export default {
if
(
this
.
orderDetail
.
order_type
==
1
)
{
if
(
this
.
orderDetail
.
order_type
==
1
)
{
query
=
{
query
=
{
service_id
:
parseFloat
(
this
.
orderDetail
.
service_id
),
service_id
:
parseFloat
(
this
.
orderDetail
.
service_id
),
sp
ec_id
:
this
.
orderDetail
.
svc_spec
_id
,
sp
cs_id
:
this
.
orderDetail
.
spcs
_id
,
duration
:
this
.
orderDetail
.
duration
,
duration
:
this
.
orderDetail
.
duration
,
duration_unit
:
this
.
orderDetail
.
duration_unit
,
duration_unit
:
this
.
orderDetail
.
duration_unit
,
};
};
...
@@ -759,7 +759,7 @@ export default {
...
@@ -759,7 +759,7 @@ export default {
}
else
if
(
this
.
orderDetail
.
order_type
==
2
)
{
}
else
if
(
this
.
orderDetail
.
order_type
==
2
)
{
query
=
{
query
=
{
app_id
:
parseFloat
(
this
.
orderDetail
.
app_id
),
app_id
:
parseFloat
(
this
.
orderDetail
.
app_id
),
sp
ec_id
:
this
.
orderDetail
.
spec_app
++
,
sp
cs_id
:
this
.
orderDetail
.
spcs_id
,
duration
:
this
.
orderDetail
.
duration
,
duration
:
this
.
orderDetail
.
duration
,
duration_unit
:
this
.
orderDetail
.
duration_unit
,
duration_unit
:
this
.
orderDetail
.
duration_unit
,
};
};
...
...
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