stanley-king před 6 roky
rodič
revize
270333e124
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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},已达员工价";
         }
     }