文件传输助手移除视频语音通话
This commit is contained in:
+2
-2
@@ -160,11 +160,11 @@
|
|||||||
<wd-icon name="folder" size="52rpx" color="#111827" />
|
<wd-icon name="folder" size="52rpx" color="#111827" />
|
||||||
<text>文件</text>
|
<text>文件</text>
|
||||||
</view>
|
</view>
|
||||||
<view v-if="!isGroup" class="tile" @click="startCall(false)">
|
<view v-if="!isGroup && !isFiles" class="tile" @click="startCall(false)">
|
||||||
<wd-icon name="call" size="52rpx" color="#111827" />
|
<wd-icon name="call" size="52rpx" color="#111827" />
|
||||||
<text>语音通话</text>
|
<text>语音通话</text>
|
||||||
</view>
|
</view>
|
||||||
<view v-if="!isGroup" class="tile" @click="startCall(true)">
|
<view v-if="!isGroup && !isFiles" class="tile" @click="startCall(true)">
|
||||||
<wd-icon name="video" size="52rpx" color="#111827" />
|
<wd-icon name="video" size="52rpx" color="#111827" />
|
||||||
<text>视频通话</text>
|
<text>视频通话</text>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
Reference in New Issue
Block a user