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
f2a48fd3
authored
Dec 01, 2022
by
肖康
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
支付费用修改问题
parent
7a4633c9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
public/assets/js/user/order.js
resources/views/user/order.blade.php
public/assets/js/user/order.js
View file @
f2a48fd3
...
...
@@ -118,9 +118,11 @@ define('order', ['tool', 'liexin_pop', 'artTemplate', 'pagination'], function (r
$
(
".merchandise_pay"
).
text
(
self
.
attr
(
"merchandise_pay"
))
$
(
".shipping_pay"
).
text
(
self
.
attr
(
"shipping_pay"
))
$
(
".ps_pay"
).
text
(
self
.
attr
(
"ps_pay"
))
$
(
".ps_pay.ppbox"
).
text
(
self
.
attr
(
"ps_pay"
))
$
(
".ps_pay.ttbox"
).
text
(
self
.
attr
(
"ps_pay1"
))
$
(
".goods_num_pay"
).
text
(
self
.
attr
(
"goods_num_pay"
))
$
(
".subtotal_pay"
).
text
(
self
.
attr
(
"subtotal_pay"
))
$
(
".subtotal_pay.ppbox"
).
text
(
self
.
attr
(
"subtotal_pay"
))
$
(
".subtotal_pay.ttbox"
).
text
(
self
.
attr
(
"subtotal_pay1"
))
}
})
})
...
...
resources/views/user/order.blade.php
View file @
f2a48fd3
...
...
@@ -115,10 +115,10 @@
Shipping:$<span class="
shipping_pay
">0.00</span>
</div>
<div class="
paygroup
">
Payment Surcharge:$<span class="
ps_pay
">0.00</span>
Payment Surcharge:$<span class="
ps_pay
ttbox
zftai
" style="
display
:
none
">0.00</span><span class="
ps_pay
ppbox
zftai
">0.00</span>
</div>
<div class="
paygroup
">
Subtotal ( <span class="
goods_num_pay
">0</span> item ):$<span class="
subtotal_pay
">0.00</span>
Subtotal ( <span class="
goods_num_pay
">0</span> item ):$<span class="
subtotal_pay
ttbox
zftai
" style="
display
:
none
">0.00</span><span class="
subtotal_pay
zftai
ppbox
">0.00</span>
</div>
<div class="
ttbox
zftai
" style="
display
:
none
;
">
<div class="
paygroup
">
...
...
@@ -204,7 +204,7 @@
<div class="
btnsi
cancelbtn
" guid="
{{
value
.
order_id
}}
">Cancel Order</div>
{
{/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_tota
l
}}
" >Pay</div>
<div class="
btnsi
paybtn
" merchandise_pay="
{{
value
.
merchandise_total
}}
" shipping_pay="
{{
value
.
shipping
}}
" ps_pay="
{{
value
.
payment_surcharge
_paypal
}}
" ps_pay1="
{{
value
.
payment_surcharge_ttl
}}
" goods_num_pay="
{{
value
.
goods_name_arr
.
length
}}
" subtotal_pay="
{{
value
.
sub_total_payal
}}
" subtotal_pay1="
{{
value
.
sub_total_tt
l
}}
" >Pay</div>
{
{/if}
}
...
...
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