shawn hace 9 años
padre
commit
a1d35819a0
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      app/Vote.php
  2. 1 1
      resources/views/front/vote/index.blade.php

+ 1 - 1
app/Vote.php

xqd
@@ -6,5 +6,5 @@ use Illuminate\Database\Eloquent\Model;
 
 class Vote extends Model
 {
-    //
+    protected $fillable = ['player_id', 'openid', ''];
 }

+ 1 - 1
resources/views/front/vote/index.blade.php

xqd
@@ -50,7 +50,7 @@
 
     <div class="weui-footer" >
         <p class="weui-footer__links">
-            <a href="#" class="weui-footer__link">底部链接</a>
+            <a href="/vote/process/1" class="weui-footer__link">底部链接</a>
             <a href="#" class="weui-footer__link">底部链接</a>
         </p>
         <p class="weui-footer__text">Copyright © 2016 <a href="http://9026.com">9026.com</a></p>