25 lines
982 B
Plaintext
25 lines
982 B
Plaintext
<!--pages/my/index.wxml-->
|
|
|
|
<!-- <cell open-type="contact" title="联系客服" borderBottom="{{true}}" />
|
|
<cell title="常见问题" bind:click="jumpToQuestions" /> -->
|
|
|
|
<!-- <van-cell-group title=" "> -->
|
|
|
|
<van-cell title="联系客服" value="" is-link bind:tap="connect" />
|
|
<van-cell wx:if="{{!!user.isAdmin}}" title="二维码" value="" is-link bind:click="jumpToQrCode" />
|
|
<van-cell wx:if="{{!!user.isAdmin}}" is-link bind:click="jumpToMember">
|
|
<view slot="title">
|
|
<view class="cellWrapper">
|
|
<view class="text"> 成员管理 </view>
|
|
<dot wx:if="{{dot > 0}}" number="{{dot}}" />
|
|
</view>
|
|
</view>
|
|
</van-cell>
|
|
<van-cell title="绑定企业" value="" is-link bind:tap="bindTenement" />
|
|
<van-cell title="退出登录" value="" is-link bind:tap="logout" />
|
|
<!-- </van-cell-group> -->
|
|
<!-- <van-cell-group title=" ">
|
|
<van-cell title="单元格" value="内容" is-link />
|
|
</van-cell-group> -->
|
|
|
|
<van-dialog id="van-dialog" /> |