From 727800f6584ad03f3c4d3319903704d4bcdeb969 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Mon, 03 Apr 2023 12:47:24 +0800
Subject: [PATCH] 设定时区,这样创建的时间就不会出现问题
---
src/main/resources/templates/febs/views/modules/mallMember/mallSystemPay.html | 12 +-----------
1 files changed, 1 insertions(+), 11 deletions(-)
diff --git a/src/main/resources/templates/febs/views/modules/mallMember/mallSystemPay.html b/src/main/resources/templates/febs/views/modules/mallMember/mallSystemPay.html
index 6cdd4de..adae2e3 100644
--- a/src/main/resources/templates/febs/views/modules/mallMember/mallSystemPay.html
+++ b/src/main/resources/templates/febs/views/modules/mallMember/mallSystemPay.html
@@ -73,19 +73,9 @@
initUserValue();
function initUserValue() {
- var balance;
- if (type == 1) {
- balance = systemPay.balance
- } else if (type == 2) {
- balance = systemPay.score
- } else if (type ==3) {
- balance = systemPay.prizeScore
- } else {
-
- }
form.val("systemPay-update-form", {
"id": systemPay.id,
- "balance": balance,
+ "balance": systemPay.balance,
});
}
--
Gitblit v1.9.1