@if ((userInfo|async).is_vip == 1) { } @else { }
@if (isConnect | async) {
{{ item }}
} @else {
等待接通中.... {{ isConnect |async }}
}
@if ((muteMicrophone | async)) {
} @else {
} @if (isEnd|async) {
返回首页
} @else {
结束通话
} @if ((muteEarphone | async)) {
} @else {
}