Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
黄成意
/
yunxin
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
3385ba7a
authored
Apr 09, 2019
by
PRY5YKGJ82EZEPX\Administrator
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
1.0
parent
fa3b1c24
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
app/Http/Controllers/HelperController.php
app/Http/function.php
resources/views/pc/OrderList.blade.php
app/Http/Controllers/HelperController.php
View file @
3385ba7a
...
...
@@ -53,7 +53,7 @@ class HelperController extends Controller {
private
function
moblieCode
(
$request
,
$id
){
$mobile
=
$request
->
input
(
'mobile'
);
//手机号码
$code
=
$request
->
input
(
'code'
);
//图形验证码
if
(
Session
::
get
(
'yunxin_c
ode
'
,
true
)
!=
$code
)
{
if
(
Session
::
get
(
'yunxin_c
aptcha
'
,
true
)
!=
$code
)
{
//用户输入验证码错误
Export
([
1001
,
'验证码输入错误'
]);
}
...
...
app/Http/function.php
View file @
3385ba7a
...
...
@@ -1167,10 +1167,10 @@ function getHostUrl($sys,$current_domain='')
if
(
$current_domain
===
"yunxin.liexin.com"
)
{
return
Config
(
'yunxin_conf.'
.
$sys
.
'.local'
);
}
elseif
(
$current_domain
===
"yunxin.ichunt.
net
"
)
}
elseif
(
$current_domain
===
"yunxin.ichunt.
com
"
)
{
return
Config
(
'yunxin_conf.'
.
$sys
.
'.release'
);
}
else
if
(
$current_domain
===
"szyunxin.ichunt.
net
"
)
}
else
if
(
$current_domain
===
"szyunxin.ichunt.
com
"
)
{
return
Config
(
'yunxin_conf.'
.
$sys
.
'.sz'
);
}
...
...
resources/views/pc/OrderList.blade.php
View file @
3385ba7a
...
...
@@ -19,6 +19,7 @@
<div
class=
"lineBlock input-inline va-m"
>
<label
class=
"tag"
>
状态:
</label>
<select
class=
"sel w180"
name=
"status"
>
<option
value=
""
></option>
<option
value=
"-10"
>
已取消
</option>
<option
value=
"-2"
>
处理中
</option>
<option
value=
"6"
>
部分收货
</option>
...
...
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