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

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

@@ -843,7 +843,7 @@ class Buy
             */
 
             $store_type = Dever::input('store_type');
-            if ($info['status'] == 3 && $info['type'] == 1 && $store_type == 1) {
+            if ($info['status'] == 3 && $store_type == 1) {
                 $button[] = array
                 (
                     'type' => 'edit',