7ec871d6 by yangjianbin

init

1 parent 6acdb7f9
......@@ -25,6 +25,8 @@
<meta name="description" content="">
<title>标题</title>
<script>
var apiBaseUrl = "http://151.28ms.com:8088/";
// var apiBaseUrl = "http://151.28ms.com:8088/";
var apiBaseUrl = "http://192.168.11.60:8082/";
</script>
</head>
......
......@@ -68,7 +68,7 @@
<div class="form-group col-sm-3 col-md-2">
<label>姓名</label>
<input type="text" class="form-control input-text" name="userName"
value="<?= $clientInfoOutputVO->userName ?>">
value="<?= $clientInfoOutputVO ? $clientInfoOutputVO->userName : '' ?>">
</div>
<div class="form-group col-sm-3 col-md-2">
<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!