提交 78d81ff9 authored 作者: 吴德鹏's avatar 吴德鹏

update activity

上级 c7afa481
...@@ -243,7 +243,7 @@ public class ActivityController { ...@@ -243,7 +243,7 @@ public class ActivityController {
if (itemPrice.compareTo(threshold) >= 0) { if (itemPrice.compareTo(threshold) >= 0) {
msg.delete(0, msg.length()); msg.delete(0, msg.length());
msg.append("Congrats, you've got " + discount + " off! "); msg.append("Congrats, you've got " + discount + " off ! ");
} else { } else {
lessAmount = threshold.subtract(itemPrice); lessAmount = threshold.subtract(itemPrice);
String less = nf.format(lessAmount); String less = nf.format(lessAmount);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论