Browse Source

debug predpay

stanley-king 6 năm trước cách đây
mục cha
commit
270333e124
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      helper/buy_first.php

+ 2 - 2
helper/buy_first.php

@@ -148,11 +148,11 @@ class buy_first
 
         if ($usable_bonus > $discount) {
             $discount = $discount / 100;
-            return "可抵扣¥{$discount},未达员工价";
+            return "节省¥{$discount},未达员工价";
         }
         else {
             $discount = $discount / 100;
-            return "可抵扣¥{$discount},已达员工价";
+            return "节省¥{$discount},已达员工价";
         }
     }