Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
朱继来
/
后台订单管理
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
a88fce4d
authored
Oct 12, 2019
by
allen
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
加入新客价优惠
parent
20ae56a9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
resources/views/detail/content.blade.php
resources/views/detail/content.blade.php
View file @
a88fce4d
...
...
@@ -610,6 +610,11 @@
<td>
{{$currency}}
<span
id=
"order-total"
class=
"amount"
>
{{$order_price_info['goods_price']}}
</span></td>
</tr>
<tr>
<td>
新客价优惠:
</td>
<td>
{{$currency}}
<span
id=
"order-total"
class=
"amount"
>
{{$order_price_info['new_client_price']}}
</span></td>
</tr>
@if (isset($order_price_info['ext_price']))
<tr>
<td>
附加款:
</td>
...
...
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