7ec871d6 by yangjianbin

init

1 parent 6acdb7f9
...@@ -25,6 +25,8 @@ ...@@ -25,6 +25,8 @@
25 <meta name="description" content=""> 25 <meta name="description" content="">
26 <title>标题</title> 26 <title>标题</title>
27 <script> 27 <script>
28 var apiBaseUrl = "http://151.28ms.com:8088/"; 28 // var apiBaseUrl = "http://151.28ms.com:8088/";
29 var apiBaseUrl = "http://192.168.11.60:8082/";
30
29 </script> 31 </script>
30 </head> 32 </head>
......
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
68 <div class="form-group col-sm-3 col-md-2"> 68 <div class="form-group col-sm-3 col-md-2">
69 <label>姓名</label> 69 <label>姓名</label>
70 <input type="text" class="form-control input-text" name="userName" 70 <input type="text" class="form-control input-text" name="userName"
71 value="<?= $clientInfoOutputVO->userName ?>"> 71 value="<?= $clientInfoOutputVO ? $clientInfoOutputVO->userName : '' ?>">
72 </div> 72 </div>
73 <div class="form-group col-sm-3 col-md-2"> 73 <div class="form-group col-sm-3 col-md-2">
74 <label>性别</label> 74 <label>性别</label>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!