Your Name 3 年之前
父節點
當前提交
e127803982
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      learn/active/lib/Manage.php

+ 1 - 1
learn/active/lib/Manage.php

@@ -563,7 +563,7 @@ Class Manage
         if($data) {
         if($data) {
             if (isset($data['price']) && $data['price']) {
             if (isset($data['price']) && $data['price']) {
                 $tprice = $price+$data['price'];
                 $tprice = $price+$data['price'];
-                 if ($t_price>$active['price']) {
+                 if ($tprice>$active['price']) {
                     Dever::alert('退款金额大于购买金额');
                     Dever::alert('退款金额大于购买金额');
                 }
                 }
             }
             }