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
f9da534e
authored
Nov 22, 2018
by
朱继来
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merge branch 'zjl_adjust_20181026'
parents
93f68f1e
47708db9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
0 deletions
app/Http/Controllers/OrderController.php
resources/views/orderlist/content.blade.php
resources/views/selfOrder/content.blade.php
app/Http/Controllers/OrderController.php
View file @
f9da534e
...
...
@@ -287,6 +287,8 @@ Class OrderController extends Controller
{
$uri
=
'/'
.
$request
->
path
();
if
(
$request
->
path
()
==
'/'
)
$uri
=
'/list'
;
$username
=
$request
->
user
->
email
;
$useremail
=
$request
->
user
->
email
;
...
...
resources/views/orderlist/content.blade.php
View file @
f9da534e
...
...
@@ -122,6 +122,7 @@
<li
data-val=
"1"
>
PC端
</li>
<li
data-val=
"2"
>
移动端
</li>
<li
data-val=
"3"
>
后台
</li>
<li
data-val=
"6"
>
小程序
</li>
</ul>
</div>
</dd>
...
...
resources/views/selfOrder/content.blade.php
View file @
f9da534e
...
...
@@ -91,6 +91,7 @@
<li
data-val=
"2"
>
移动端
</li>
<li
data-val=
"3"
>
后台
</li>
<li
data-val=
"4"
>
京东
</li>
<li
data-val=
"6"
>
小程序
</li>
</ul>
</div>
</dd>
...
...
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