diff --git a/src/main/java/au/com/royalpay/payment/manage/tradelog/refund/events/listeners/NoticeRefundReviewListener.java b/src/main/java/au/com/royalpay/payment/manage/tradelog/refund/events/listeners/NoticeRefundReviewListener.java index 0019e18aa..a6c2782a0 100644 --- a/src/main/java/au/com/royalpay/payment/manage/tradelog/refund/events/listeners/NoticeRefundReviewListener.java +++ b/src/main/java/au/com/royalpay/payment/manage/tradelog/refund/events/listeners/NoticeRefundReviewListener.java @@ -38,7 +38,7 @@ public class NoticeRefundReviewListener implements ApplicationListener diff --git a/src/main/resources/templates/paynotice.html b/src/main/resources/templates/paynotice.html index a4aed4286..7c7b8f4f4 100644 --- a/src/main/resources/templates/paynotice.html +++ b/src/main/resources/templates/paynotice.html @@ -50,7 +50,7 @@ -
+
diff --git a/src/main/resources/templates/refund_review.html b/src/main/resources/templates/refund_review.html new file mode 100644 index 000000000..6486400d6 --- /dev/null +++ b/src/main/resources/templates/refund_review.html @@ -0,0 +1,223 @@ + + +
+ + Refund Audition + + + + + ## + + + + + + +
+ + +
+
+ +
+
+
+
Refund Info.
+
+
+
+

Merchant Name

+
+
+
+
+
+

Avaliable Fee

+
+
+
+
+
+

Refund Fee

+
+
+
+
+
+

Opeartor

+
+
+
+
+
+

Apply Time

+
+
+
+
+
+
+

Remark

+
+
+
+
+
+
+

Order ID

+
+
+
+
+
+

Trade Time

+
+
+
+
+
+

Follow BD

+
+
+
+
+
+
+
Refund Auditon Status
+
+
+
+

Status

+
+
+
+
+
+ +
+
Refund Auditon Status
+
+
+
+

Status

+
+
+
+
+
+
+

Remark

+
+
+
+
+
+
+
+
+
+ Agree + Disagree +
+
+
+ + \ No newline at end of file diff --git a/src/main/resources/templates/refund_status.html b/src/main/resources/templates/refund_status.html index e36ac08f5..55084797e 100644 --- a/src/main/resources/templates/refund_status.html +++ b/src/main/resources/templates/refund_status.html @@ -46,7 +46,7 @@ -
+
diff --git a/src/main/ui/static/templates/payment/v1/payment.js b/src/main/ui/static/templates/payment/v1/payment.js index 70eded243..b017686be 100644 --- a/src/main/ui/static/templates/payment/v1/payment.js +++ b/src/main/ui/static/templates/payment/v1/payment.js @@ -4,11 +4,11 @@ $(function () { 'use strict'; - document.querySelector('body').addEventListener('touchmove', function(e) { - if (!document.querySelector('.coupons').contains(e.target)) { - e.preventDefault(); - } - }); + // document.querySelector('body').addEventListener('touchmove', function(e) { + // if (!document.querySelector('.coupons').contains(e.target)) { + // e.preventDefault(); + // } + // }); var dataCache = {price: '0', coupons: [], coupon_groups: {}}; var exchangeRate = 'CNY' == window.currency ? 1 : parseFloat(window.exchange_rate); dataCache.paying = false;