allen %!s(int64=3) %!d(string=hai) anos
pai
achega
0e7a539317
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      app/index/controller/Index.php

+ 1 - 0
app/index/controller/Index.php

@@ -327,6 +327,7 @@ class Index extends Controller
         $mobile = trim(Request::post("mobile"));
         $address = trim(Request::post("address"));
         $giftId = trim(Request::post("giftId"));
+        $type = trim(Request::post("type"));
 
         $userInfo = Db::table('awards_user_info')->where('uid', Safe::$user['uid'])->find();
         if (empty($userInfo)) {