Your Name 2 years ago
parent
commit
da686a5bfe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      learn/active/database/order.php

+ 1 - 1
learn/active/database/order.php

@@ -13,7 +13,7 @@ $status = array
     3 => '已关闭',#超时未支付
     4 => '已完成',
     5 => '已完成(有退款)',
-    6 => '已完成已退款',#(全部退款)
+    6 => '已退款',#(全部退款)
 );
 $active = function()
 {