Commit 3188168d authored by liyadong's avatar liyadong

update

parent 467a718d
...@@ -130,11 +130,11 @@ ...@@ -130,11 +130,11 @@
<div class="ggsk-container"> <div class="ggsk-container">
<div class="img-container"> <div class="img-container">
@if($userImgStatus == -1) <img src="{{ asset('postcard/images/img_add.jpg') }}" class="img img-add" alt=""> @if($userImgStatus == -1) <img src="{{ asset('postcard/images/img_add.jpg') }}" class="img img-add" alt="">
<input type="file" id="file" accept="image/*" multiple> @endif <input type="file" id="file" accept="image/*"> @endif
@if($userImgStatus == 0) <img src="{{ asset('postcard/images/img_sh.jpg') }}" class="img img-sh" alt=""> @endif @if($userImgStatus == 0) <img src="{{ asset('postcard/images/img_sh.jpg') }}" class="img img-sh" alt=""> @endif
@if($userImgStatus == 1) <img src="{{ $userImg }}" class="img img-sh" alt=""> @endif @if($userImgStatus == 1) <img src="{{ $userImg }}" class="img img-sh" alt=""> @endif
@if($userImgStatus == 2) <img src="{{ asset('postcard/images/sh_fail.jpg') }}" class="img img-sh" alt=""> @if($userImgStatus == 2) <img src="{{ asset('postcard/images/sh_fail.jpg') }}" class="img img-sh" alt="">
<input type="file" id="file" accept="image/*" multiple> @endif <input type="file" id="file" accept="image/*"> @endif
</div> </div>
@if($userImgStatus != 1) @if($userImgStatus != 1)
<span>建议尺寸(710*414px)jpg,jpeg,png</span> <span>建议尺寸(710*414px)jpg,jpeg,png</span>
......
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 to comment