1.0

parent fa3b1c24
......@@ -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_code',true) != $code) {
if (Session::get('yunxin_captcha',true) != $code) {
//用户输入验证码错误
Export([1001,'验证码输入错误']);
}
......
......@@ -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');
}
......
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment