dever 3 年之前
父节点
当前提交
e7239665bb
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      app/mshop/lib/Buy.php

+ 2 - 1
app/mshop/lib/Buy.php

@@ -551,7 +551,8 @@ class Buy
     {
         $id = Dever::input('order_id');
 
-        $type = Dever::input('type', 1);
+        $type = Dever::input('search_option_type', 1);
+        $type = Dever::input('type', $type);
 
         $cash_type = Dever::input('cash', 1);