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
be7277ff
authored
Jun 18, 2019
by
朱继来
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
调整index
parent
5908f064
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
resources/views/detail/return.blade.php
resources/views/detail/return.blade.php
View file @
be7277ff
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
<input
type=
"hidden"
name=
"return_info[currency]"
value=
"{{$order_info['currency']}}"
>
<input
type=
"hidden"
name=
"return_info[currency]"
value=
"{{$order_info['currency']}}"
>
<input
type=
"hidden"
name=
"return_info[mobile]"
value=
"{{$user_info['mobile'] ? $user_info['mobile'] : $user_mobile}}"
>
<input
type=
"hidden"
name=
"return_info[mobile]"
value=
"{{$user_info['mobile'] ? $user_info['mobile'] : $user_mobile}}"
>
<input
type=
"hidden"
name=
"return_info[email]"
value=
"{{$user_info['email']}}"
>
<input
type=
"hidden"
name=
"return_info[email]"
value=
"{{$user_info['email']}}"
>
<input
type=
"hidden"
name=
"return_info[company_name]"
value=
"{{
$company_info
? $company_info['com_name'] : '' }}"
>
<input
type=
"hidden"
name=
"return_info[company_name]"
value=
"{{
isset($company_info['com_name'])
? $company_info['com_name'] : '' }}"
>
<input
type=
"hidden"
name=
"return_info[pay_amount]"
value=
"{{ $order_info['order_amount'] + $order_price_info['pay_preferential'] }}"
>
<input
type=
"hidden"
name=
"return_info[pay_amount]"
value=
"{{ $order_info['order_amount'] + $order_price_info['pay_preferential'] }}"
>
<input
type=
"hidden"
name=
"pay_id"
value=
"{{$order_pay_log[0]['pay_id']}}"
>
<input
type=
"hidden"
name=
"pay_id"
value=
"{{$order_pay_log[0]['pay_id']}}"
>
...
...
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