记得上下班打卡 | git大法好,push需谨慎

Commit 9eeeeef1 authored by 胡佳晨's avatar 胡佳晨

添加 实名 admin

parent 83d93b55
......@@ -63,6 +63,11 @@
<label>演出名称:</label>
<span th:text="*{title}"></span>
</div>
<div>
<label>是否实名:</label>
<span th:if="*{isTrueName==1}"></span>
<span th:if="*{isTrueName==0}"></span>
</div>
<div>
<label>时间:</label>
<span th:text="*{timeStart}"></span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment