Browse Source

订单类型

allen 3 years ago
parent
commit
0e7a539317
1 changed files with 1 additions and 0 deletions
  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)) {