im修改
This commit is contained in:
parent
96407c7a02
commit
80342d63f9
@ -43,9 +43,9 @@
|
||||
ref="popup"
|
||||
>
|
||||
<ul>
|
||||
<li @click="handleAddFriend">添加好友/群聊</li>
|
||||
<li @click="handleMenu()">发起群聊</li>
|
||||
<li @click="handleScan">扫一扫</li>
|
||||
<li @click.stop="handleAddFriend">添加好友/群聊</li>
|
||||
<li @click.stop="handleMenu()">发起群聊</li>
|
||||
<li @click.stop="handleScan">扫一扫</li>
|
||||
</ul>
|
||||
</view>
|
||||
</div>
|
||||
@ -56,22 +56,22 @@
|
||||
/>
|
||||
<!-- 联系人 -->
|
||||
<TUIContact
|
||||
v-else-if="statue == 1"
|
||||
v-else-if="statue == 1 && isPopupVisible==false"
|
||||
style="height: 100%"
|
||||
/>
|
||||
<!-- 群选择的 -->
|
||||
<SelectFriend
|
||||
v-else-if="statue == 3"
|
||||
v-else-if="statue == 3 "
|
||||
@con="hui"
|
||||
:style="{ marginTop: '20px', heigth: '80%' }"
|
||||
/>
|
||||
<!-- 群类型 -->
|
||||
<CreateGroup
|
||||
v-else-if="statue == 10"
|
||||
v-else-if="statue == 10 "
|
||||
@con="confn"
|
||||
/>
|
||||
<SelectFriendqlioa
|
||||
v-else-if="statue == 4"
|
||||
v-else-if="statue == 4 "
|
||||
@concen="concen"
|
||||
/>
|
||||
<ContactInfo
|
||||
@ -83,7 +83,7 @@
|
||||
<scroll-view
|
||||
@scrolltolower="lowerBottom"
|
||||
scroll-y="true"
|
||||
v-else-if="statue == 6"
|
||||
v-else-if="statue == 6 && isPopupVisible==false"
|
||||
class="znx"
|
||||
>
|
||||
<div
|
||||
@ -494,6 +494,7 @@ page {
|
||||
.popup li {
|
||||
padding: 10px 20px;
|
||||
cursor: pointer;
|
||||
z-index: 999999;
|
||||
}
|
||||
|
||||
.popup li:hover {
|
||||
|
Loading…
x
Reference in New Issue
Block a user