From 47e23cf659d4cc58bc93b44b16e64e82efcfb08d Mon Sep 17 00:00:00 2001
From: zhibing.pu <393733352@qq.com>
Date: 星期三, 24 七月 2024 17:34:27 +0800
Subject: [PATCH] Merge branch '2.0' of http://120.76.84.145:10101/gitblit/r/java/PlayPai into 2.0

---
 cloud-server-management/src/main/webapp/WEB-INF/view/system/appUser/TAppUser_info.html |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/cloud-server-management/src/main/webapp/WEB-INF/view/system/appUser/TAppUser_info.html b/cloud-server-management/src/main/webapp/WEB-INF/view/system/appUser/TAppUser_info.html
index 1fa75eb..4e9aa18 100644
--- a/cloud-server-management/src/main/webapp/WEB-INF/view/system/appUser/TAppUser_info.html
+++ b/cloud-server-management/src/main/webapp/WEB-INF/view/system/appUser/TAppUser_info.html
@@ -130,8 +130,9 @@
             @}
             <div class="form-horizontal" id="carInfoForm2">
                 <h2>学员信息</h2>
+
+                @for(obj in students){
                 <div class="form-group" style="display: flex">
-                    @for(obj in students){
                     <label class="col-sm-3 control-label">*姓名:</label>
                     <div class="col-sm-9">
                         <input style="width: 300px" class="form-control" value="${obj.name}" id="studentName" type="text">
@@ -141,8 +142,9 @@
                         <input style="width: 300px" class="form-control" value="${obj.phone}" id="studentPhone" type="text">
                     </div>
                     <#button btnCss="info" name="查看详情" id="ensure" icon="fa-check" clickFun="TQuestion.studentInfo(${obj.id})"/>
-                    @}
                 </div>
+                    @}
+
             </div>
 
             <div class="row btn-group-m-t">

--
Gitblit v1.7.1