作者 sgj
1 个管道 的构建 失败 耗费 0 秒

用户中心小红点问题

... ... @@ -192,6 +192,7 @@ class IndexController extends WeChatBaseController
$count['0']=db('inquiry')->where($where)->where('status',0)->count('id');
$count['1']=db('transfer')->where($where)->where('status',0)->count('id');
$count['2']=db('engage')->where($where1)->where('state',0)->count('id');
dump($count);
$this->assign('count',$count);
$js = $Wechat->js;
$api[]='openAddress';
... ...
... ... @@ -55,7 +55,7 @@
<div>我要进修</div>
</a>
<a class="type_item" href="{:url('expert/inquiryAnswer')}">
<div class="icon_img"><img src="__TMPL__/public/assets/images/dicon06@2x.png" alt=""><if condition="$count[0] neq 0"><text class="point">{$count[0]}</text></if></div>
<div class="icon_img"><img src="__TMPL__/public/assets/images/dicon06@2x.png" alt=""><if condition="$count['0'] neq 0"><text class="point">{$count[0]}</text></if></div>
<div>问诊待答</div>
</a>
<a class="type_item" href="{:url('expert/transferAnswer')}">
... ...