Explorar el Código

debug predpay

stanley-king hace 6 años
padre
commit
270333e124
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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},已达员工价";
         }
     }