From f26ce3de26530b7c5399720c4d6449a8ba3309e4 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Wed, 22 Sep 2021 10:37:12 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/zhba_enterprises_ys

---
 public/papers.html |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/public/papers.html b/public/papers.html
index ecfae95..1e17a3b 100644
--- a/public/papers.html
+++ b/public/papers.html
@@ -140,8 +140,8 @@
         var examType = JSON.parse(getData("data")).examType;
         // console.log(JSON.parse(getData("data")), 111);
 
-        axios.get('http://223.82.109.183:2080/api/apply/getApplyInfo?id=' + id + "&applyExamType=" + examType).then(function(res) {
-            // axios.get('http://localhost:81/apply/getApplyInfo?id=' + id + "&applyExamType=" + examType).then(function(res) {
+        // axios.get('http://223.82.109.183:2080/api/apply/getApplyInfo?id=' + id + "&applyExamType=" + examType).then(function(res) {
+        axios.get('http://localhost:83/apply/getApplyInfo?id=' + id + "&applyExamType=" + examType).then(function(res) {
             var data = res.data.data;
             var str = `<span class="title">${data.examName}</span>
                     <span class="title">准考证信息</span>
@@ -165,12 +165,12 @@
 
                         <tr class="user-info-tr">
                             <td>考点名称</td>
-                            <td colspan="3"></td>
+                            <td colspan="3">${data.examRoomName}</td>
                         </tr>
 
                         <tr class="user-info-tr">
                             <td>考点地址</td>
-                            <td colspan="3"></td>
+                            <td colspan="3">${data.address}</td>
                         </tr>
 
                         <tr class="user-info-tr" style="height:5px">
@@ -187,9 +187,9 @@
 
                         <tr class="user-info-tr">
                             <td>${data.examName}</td>
-                            <td width="120px"></td>
+                            <td width="120px">保安员考试</td>
                             <td width="180px">${data.stringTime}</td>
-                            <td></td>
+                            <td>${data.examRoomNo}</td>
                             <td></td>
                         </tr>
 

--
Gitblit v1.9.3