Commit ddd4ad70 by 肖康

Merge branch 'dev/ver/1.0.0'

parents 84ef0e60 ee112aed
......@@ -117,14 +117,15 @@
</div>
<div class="row">
<div class="input-group-auth">
<p class="labelp"><span>*</span>LAST NAME</p>
<input type="text" class="last_name3 verify" verifyTip='{"type":"null","text":"LAST NAME"}'>
</div>
<div class="input-group-auth ml30">
<p class="labelp"><span>*</span>FIRST NAME</p>
<input type="text" class="first_name3 verify" verifyTip='{"type":"null","text":"FIRST NAME"}'>
</div>
<div class="input-group-auth">
<p class="labelp"><span>*</span>LAST NAME</p>
<input type="text" class="last_name3 verify" verifyTip='{"type":"null","text":"LAST NAME"}'>
</div>
</div>
<div class="row">
<div class="input-group-auth">
......
......@@ -80,7 +80,7 @@
</div>
</div>
<div class="create createcarbtn">Place Order</div>
@if(Auth::check())
@if(!Auth::check())
<div class="lgtips">
Already Registered? <a href="/login?referer={{\Illuminate\Support\Facades\URL::current()}}">Log In</a>
</div>
......
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