dever 7 years ago
parent
commit
5080254c7f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      assets/html/home.html

+ 1 - 1
assets/html/home.html

@@ -10,7 +10,7 @@
 <body>
  
 <div class="layui-container">
-    <blockquote class="layui-elem-quote">产品:<{$product.name}>&nbsp;&nbsp;&nbsp;&nbsp;用户:<{$userinfo.username}><{if($userinfo.mobile):}><{$userinfo.mobile}><{endif}></blockquote>
+    <blockquote class="layui-elem-quote">产品:<{$product.name}>&nbsp;&nbsp;&nbsp;&nbsp;用户:<{$userinfo.username}><{if(isset($userinfo.mobile) && $userinfo.mobile):}><{$userinfo.mobile}><{endif}></blockquote>
 
     <div class="layui-progress layui-progress-big" lay-showPercent="yes">
       <div class="layui-progress-bar layui-bg-blue" lay-percent="<{$page}>"></div>