|
@@ -10,7 +10,7 @@
|
|
|
<body>
|
|
|
|
|
|
<div class="layui-container">
|
|
|
- <blockquote class="layui-elem-quote">产品:<{$product.name}> 用户:<{$userinfo.username}><{if($userinfo.mobile):}> (<{$userinfo.mobile}>)<{endif}></blockquote>
|
|
|
+ <blockquote class="layui-elem-quote">产品:<{$product.name}> 用户:<{$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>
|