|
|
@@ -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)) {
|