dever 3 years ago
parent
commit
10638a03b5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/mshop/lib/Buy.php

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

@@ -1703,7 +1703,7 @@ class Buy
             }
         } else {
             Dever::db('shop/buy_order')->update(array('where_id' => $order['id'], 'audit' => 1));
-            Dever::alert(',该订单进入重新审核状态');
+            Dever::alert($alert . ',该订单进入重新审核状态');
         }
 
         if ($send) {