From 819c8e537403db4c8e7da8efaeae7ce91fbdf232 Mon Sep 17 00:00:00 2001
From: vincent <1341870251@qq.com>
Date: 星期二, 02 六月 2020 13:11:03 +0800
Subject: [PATCH] #
---
src/main/webapp/static/js/common.js | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/src/main/webapp/static/js/common.js b/src/main/webapp/static/js/common.js
index 0e93302..c3a06a1 100644
--- a/src/main/webapp/static/js/common.js
+++ b/src/main/webapp/static/js/common.js
@@ -3,6 +3,11 @@
// 娴嬭瘯
var baseUrl = "";
+function setVal(el, val) {
+ if (el.text() !== val){
+ el.html(val);
+ }
+}
// 璇︽儏绐楀彛-楂樺害
var detailHeight = '80%';
--
Gitblit v1.9.1