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

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

@@ -862,7 +862,7 @@ class Buy
                     );
                 }
             }
-            if ($info['status'] == 4 && $info['type'] == 2) {
+            if ($info['status'] == 4 && $store_type != 1 && $info['type'] == 2) {
                 $button[] = array
                 (
                     'type' => 'action',