Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
semour
/
semour_admin
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
08872ccb
authored
Dec 01, 2022
by
孙龙
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merge branch 'master' of
http://git.ichunt.net/semour/semour_admin
parents
e5d8751f
a6ca6bff
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
5 deletions
resources/views/admin/pages/order-page.blade.php
resources/views/admin/pages/order-page.blade.php
View file @
08872ccb
...
...
@@ -83,12 +83,22 @@
font
-
size
:
16
px
;
font
-
weight
:
bold
;
}
@
if
(
$info
[
"lang"
]
==
2
)
.
en
-
form
.
layui
-
inline
.
layui
-
form
-
label
{
width
:
169
px
;
}
.
en
-
form
.
layui
-
inline
.
layui
-
input
-
block
{
margin
-
left
:
169
px
;
}
@
endif
</
style
>
<
section
class
="
order
-
page
">
<input type="
hidden
" id="
order_id
" value="
{{
$info
[
'receiveInfo'
][
'order_id'
]}}
">
<!--基本信息-->
<div class="
layui
-
card
">
<div class="
layui
-
card
en
-
form
">
<div class="
layui
-
card
-
header
">
{
{admin_trans("order.order_page.基本信息")}
}
</div>
<div class="
layui
-
card
-
body
layui
-
form
">
<div class="
layui
-
inline
">
...
...
@@ -416,7 +426,7 @@
<div class="
layui
-
form
-
mid
">
{
{$info["settlementInfo"]["order_user_pay_type_cn"]}
}
</div>
<div class="
show
" style="
display
:
none
">
<input type="
radio
" name="
order_user_pay_type
" value="
1
" title="
Paypal
" @if(
$info["settlementInfo"]["order_user_pay_type"]
== "
1
") checked @endif >
<input type="
radio
" name="
order_user_pay_type
" value="
2
"
@if(
$info["settlementInfo"]["order_user_pay_type"]
== "
2
") checked @endif title="
TT
">
<input type="
radio
" name="
order_user_pay_type
" value="
2
" @if(
$info["settlementInfo"]["order_user_pay_type"]
== "
2
") checked @endif title="
TT
">
</div>
</div>
</div>
...
...
@@ -439,9 +449,9 @@
</div>
</script>
<script>
var translation
= <?php echo json_encode(
$info["translation"]
); ?>;
var lang = <?php echo
$info["lang"]
; ?>;
var lang_str = "
<?
php
echo
$info
[
"lang_str"
];
?>
";
var translation
= <?php echo json_encode(
$info["translation"]
); ?>;
var lang = <?php echo
$info["lang"]
; ?>;
var lang_str = "
<?
php
echo
$info
[
"lang_str"
];
?>
";
</script>
<script
type=
"text/javascript"
src=
"/assets/js/order/index.js?v={{time()}}"
></script>
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