Browse Source

去掉缓存

sandm 2 years ago
parent
commit
f2b54ab5e2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/views/admin/recruit/manageajax_userinfo.blade.php

+ 1 - 1
resources/views/admin/recruit/manageajax_userinfo.blade.php

@@ -752,7 +752,7 @@
                     @foreach($appointinfo->other_certification as $k => $v)
                         @if(!empty($v))
                             <img class="attchment" data-key="{{$k}}" data-name="other_certification"
-                                 src="{{ $v->response->path }}"/>
+                                 src="{{ $v->response->path }}?v=1"/>
                         @endif
                     @endforeach
                 </div>