调试未读人数

This commit is contained in:
2024-04-09 11:32:54 +08:00
parent ba1817583d
commit e3390db414
3 changed files with 16 additions and 3 deletions

View File

@@ -7,14 +7,15 @@
<van-cell title="联系客服" value="" is-link bind:tap="connect" />
<van-cell wx:if="{{!!user.isAdmin}}" title="二维码" value="" is-link bind:click="jumpToQrCode" />
<van-cell is-link bind:click="jumpToMember" >
<van-cell wx:if="{{!!user.isAdmin}}" is-link bind:click="jumpToMember">
<view slot="title">
<view class="cellWrapper">
<view class="text"> 成员管理 </view>
<dot number="{{100}}" />
<dot wx:if="{{dot > 0}}" number="{{dot}}" />
</view>
</view>
</van-cell>
<van-cell title="绑定企业" value="" is-link bind:tap="bindTenement" />
<!-- </van-cell-group> -->
<!-- <van-cell-group title=" ">
<van-cell title="单元格" value="内容" is-link />