bugxiufu
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
v-for="item in renderData.subUsers"
|
||||
:key="item.id"
|
||||
>
|
||||
<template v-slot:footer v-if="options.isPrimaryUser">
|
||||
<template v-slot:footer v-if="options.isPrimaryUser == 1">
|
||||
<view class="footer-btn mt20" style="background: #e47470" @click="del(item)">移除</view>
|
||||
</template>
|
||||
</uni-list-item>
|
||||
|
||||
Reference in New Issue
Block a user