allen 3 éve
szülő
commit
0e7a539317
1 módosított fájl, 1 hozzáadás és 0 törlés
  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)) {