1.22 分包
This commit is contained in:
@@ -76,22 +76,22 @@
|
||||
</view> -->
|
||||
<view class="btn-list">
|
||||
<view wx:if="{{localUserInfo.isVideoAvailable && callRole == 'caller'}}" class="button-container">
|
||||
<view class="btn-normal">
|
||||
<image class="btn-image" src="{{IMG_SWITCH_CAMERA}}" data-device="{{pusher.frontCamera}}" catch:tap="switchCamera" />
|
||||
<view class="btn-normal ">
|
||||
<image class="btn-image newimg" src="{{IMG_SWITCH_CAMERA}}" data-device="{{pusher.frontCamera}}" catch:tap="switchCamera" />
|
||||
</view>
|
||||
<view class="white">切换</view>
|
||||
</view>
|
||||
<view class="button-container" bindtap="switchCallMediaType" wx:if="{{callRole == 'caller'}}">
|
||||
<view class="btn-normal">
|
||||
<image class="btn-image" src="{{IMG_TRANS}} "></image>
|
||||
<image class="btn-image newimg" src="{{IMG_TRANS}} "></image>
|
||||
</view>
|
||||
<view class="white">切换至语音</view>
|
||||
</view>
|
||||
<view class="button-container" bindtap="microPhoneHandler" wx:if="{{callRole == 'caller'}}">
|
||||
<view class="btn-normal">
|
||||
<image class="btn-image" src="{{localUserInfo.isAudioAvailable? IMG_AUDIO_TRUE: IMG_AUDIO_FALSE}} "></image>
|
||||
<image class="btn-image newimg" src="{{localUserInfo.isAudioAvailable? IMG_AUDIO_TRUE: IMG_AUDIO_FALSE}} "></image>
|
||||
</view>
|
||||
<view class="white">麦克风</view>
|
||||
<view class="white">语音</view>
|
||||
</view>
|
||||
<!-- <view class="button-container" bindtap="toggleSoundMode">
|
||||
<view class="btn-normal">
|
||||
@@ -116,7 +116,7 @@
|
||||
</view>
|
||||
<text class="white">挂断</text>
|
||||
</view>
|
||||
<view class="btn-list-item other-view" >
|
||||
<!-- <view class="btn-list-item other-view" >
|
||||
<view class="btn-container">
|
||||
<view class="btn-hangup" bindtap="accept">
|
||||
<image class="btn-image" src="{{IMG_ACCEPT}}"></image>
|
||||
@@ -124,7 +124,7 @@
|
||||
|
||||
</view>
|
||||
<text class="white">接听</text>
|
||||
</view>
|
||||
</view> -->
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
@@ -181,7 +181,7 @@
|
||||
<view class="btn-normal" bindtap="microPhoneHandler">
|
||||
<image class="btn-image" src="{{localUserInfo.isAudioAvailable? IMG_AUDIO_TRUE: IMG_AUDIO_FALSE}} "></image>
|
||||
</view>
|
||||
<view>麦克风</view>
|
||||
<view>语音</view>
|
||||
</view>
|
||||
<view class="button-container">
|
||||
<view class="btn-hangup" bindtap="hangup">
|
||||
@@ -200,7 +200,7 @@
|
||||
<!-- 视频通话接听状态按钮 -->
|
||||
<view wx:if="{{callStatus === 'connected' && callMediaType === 2}}" class="invite-calling">
|
||||
<view class="handle-btns">
|
||||
<view class="other-view white">
|
||||
<view class="other-view white" style="margin-bottom: 50rpx;">
|
||||
<text>{{callDuration}}</text>
|
||||
</view>
|
||||
<!-- <view class="btn-operate-item call-switch" catch:tap="switchCallMediaType">
|
||||
@@ -209,25 +209,27 @@
|
||||
</view>
|
||||
<text>切到语音通话</text>
|
||||
</view> -->
|
||||
<view class="btn-list">
|
||||
<view class="button-container" bindtap="microPhoneHandler">
|
||||
<view class="btn-normal">
|
||||
<image class="btn-image" src="{{localUserInfo.isAudioAvailable? IMG_AUDIO_TRUE: IMG_AUDIO_FALSE}} "></image>
|
||||
</view>
|
||||
<view class="white">语音</view>
|
||||
</view>
|
||||
<view class="button-container" bindtap="toggleSoundMode">
|
||||
<view class="btn-normal">
|
||||
<image class="btn-image" src="{{isEarPhone ? IMG_SPEAKER_FALSE: IMG_SPEAKER_TRUE}} "></image>
|
||||
</view>
|
||||
<text class="white">扬声器</text>
|
||||
</view>
|
||||
<view class="btn-list" style="width:85%;margin:0 auto;">
|
||||
<view class="button-container" bindtap="switchCamera" wx:if="{{localUserInfo.isVideoAvailable}}">
|
||||
<view class="btn-normal">
|
||||
<image class="btn-image" src="{{IMG_SWITCH_CAMERA}}" data-device="{{pusher.frontCamera}}" src="{{IMG_SWITCH_CAMERA}} "></image>
|
||||
<image class="btn-image newimg" src="{{IMG_SWITCH_CAMERA}}" data-device="{{pusher.frontCamera}}" src="{{IMG_SWITCH_CAMERA}} "></image>
|
||||
</view>
|
||||
<text class="white">摄像头</text>
|
||||
<text class="white">切换</text>
|
||||
</view>
|
||||
<view class="button-container" bindtap="hangup">
|
||||
<view class="btn-normal" style="width:8vh;height:8vh">
|
||||
<image class="btn-image" src="{{IMG_HANGUP}}"></image>
|
||||
<!-- <image class="btn-image" src="{{isEarPhone ? IMG_SPEAKER_FALSE: IMG_SPEAKER_TRUE}} "></image> -->
|
||||
</view>
|
||||
<text class="white">挂断</text>
|
||||
</view>
|
||||
<view class="button-container" bindtap="microPhoneHandler">
|
||||
<view class="btn-normal">
|
||||
<image class="btn-image newimg" src="{{localUserInfo.isAudioAvailable? IMG_AUDIO_TRUE: IMG_AUDIO_FALSE}} "></image>
|
||||
</view>
|
||||
<view class="white">静音</view>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
<!-- <view class="btn-list">
|
||||
<view class="btn-list-item other-view">
|
||||
|
||||
Reference in New Issue
Block a user