报名功能
This commit is contained in:
parent
0cf7c63cb6
commit
5c53455d01
@ -13,6 +13,9 @@
|
||||
size="16"></uni-icons><text>退出管理</text></view>
|
||||
</view>
|
||||
<view class="addr-list-box">
|
||||
<view style="text-align: center" v-if="busiCardList.length==0">
|
||||
<image class="" src="@/static/images/nothing.png"></image>
|
||||
</view>
|
||||
<view class="card-dom " v-for="item in busiCardList">
|
||||
<!-- 多选框--管理状态或者选择名片时使用 -->
|
||||
<view class="choose-dom" v-if="ifChoose">
|
||||
|
Loading…
Reference in New Issue
Block a user