Commit d482455f by 冷斌

add

parent 99fd425b
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
<div class="lookBox"> <div class="lookBox">
<div class="lookbtnBox"> <div class="lookbtnBox">
<if condition="$familyinfo['role'] eq 1"> <if condition="$familyinfo['role'] eq 1">
<div @click="deleteBtn" class="lookBtn" style="border-bottom: .05rem solid #f2f2f2;">移除该成员</div> <div v-if="touid != uid" @click="deleteBtn" class="lookBtn" style="border-bottom: .05rem solid #f2f2f2;">移除该成员</div>
<div @click="roleBtn" class="lookBtn" style="border-bottom: .05rem solid #f2f2f2;">设为管理员</div> <div @click="roleBtn" class="lookBtn" style="border-bottom: .05rem solid #f2f2f2;">设为管理员</div>
</if> </if>
<if condition="$familyinfo['role'] eq 2"> <if condition="$familyinfo['role'] eq 2">
...@@ -68,6 +68,7 @@ ...@@ -68,6 +68,7 @@
alertBox: false, alertBox: false,
touid: '', touid: '',
uname: '', uname: '',
uid: '{$uid}',
}, },
methods: { methods: {
//事件 //事件
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment