diff --git a/src/main/resources/templates/activity/encourage_money/desc.html b/src/main/resources/templates/activity/encourage_money/desc.html index e682e8830..595bfe20e 100644 --- a/src/main/resources/templates/activity/encourage_money/desc.html +++ b/src/main/resources/templates/activity/encourage_money/desc.html @@ -32,7 +32,7 @@
- 用户在支持微信支付的商户进行消费,金额≥10澳币时, + 用户在支持RoyalPay的商户使用微信、支付宝进行消费,金额≥10澳币时, 立即获得随机鼓励金。最高可达888元,每人每天可领取三次
diff --git a/src/main/resources/templates/activity/encourage_money/my.html b/src/main/resources/templates/activity/encourage_money/my.html index 88794911e..a5b4f9cf4 100644 --- a/src/main/resources/templates/activity/encourage_money/my.html +++ b/src/main/resources/templates/activity/encourage_money/my.html @@ -32,26 +32,26 @@
-
-
-
-
- -
+
+
+
+
-
+
+
+
diff --git a/src/main/ui/static/templates/activity/encourage_money/my.css b/src/main/ui/static/templates/activity/encourage_money/my.css index 3549ad19f..26ea48c06 100644 --- a/src/main/ui/static/templates/activity/encourage_money/my.css +++ b/src/main/ui/static/templates/activity/encourage_money/my.css @@ -209,3 +209,6 @@ data-box-amount{ width: 30%; text-align: center; } +.used{ + text-decoration: line-through; +}