Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
semour
/
semour_web
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
46e60f0d
authored
Nov 30, 2022
by
肖康
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
订单列表修改
parent
1de6de3f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
resources/views/user/order.blade.php
resources/views/user/orderDetail.blade.php
resources/views/user/order.blade.php
View file @
46e60f0d
...
...
@@ -200,9 +200,10 @@
<div class="
td
w239
">
{
{value.shipping_address}
}
</div>
<div class="
td
w150
">
<!-- <div class="
btnsi
">Buy Again</div> -->
{{if (value.status==1
||value.status==-1
)}}
{{if (value.status==1)}}
<div class="
btnsi
cancelbtn
" guid="
{{
value
.
order_id
}}
">Cancel Order</div>
{
{else}
}
{
{/if}
}
{{if (value.status!=1&&value.status!=-1)}}
<div class="
btnsi
paybtn
" merchandise_pay="
{{
value
.
merchandise_total
}}
" shipping_pay="
{{
value
.
shipping
}}
" ps_pay="
{{
value
.
payment_surcharge
}}
" goods_num_pay="
{{
value
.
goods_name_arr
.
length
}}
" subtotal_pay="
{{
value
.
sub_total
}}
" >Pay</div>
{
{/if}
}
...
...
resources/views/user/orderDetail.blade.php
View file @
46e60f0d
...
...
@@ -187,7 +187,7 @@
<div class="
ht
">Settlement Information</div>
<div class="
hcon
">
<p>Merchandise Total:${{merchandise_total}} <span class="
ml20
">Shipping:${{shipping}} </span> <span class="
ml20
">Payment Surcharge:${{payment_surcharge}}</span></p>
<p>Subtotal(
3
item):${{sub_total}}</p>
<p>Subtotal(
{
{items.length}}
item):${{sub_total}
}
</p>
</div>
</div>
</div>
...
...
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