Commit 755d1146987b517626859672fa1f747b43324aa8
1 parent
483b6b16
三方视频界面,供方和需方都可以邀请平台客服进入视频
Showing
1 changed file
with
1 additions
and
1 deletions
uniapp-wuduhuajiao/pages/meeting/meeting.nvue
| ... | ... | @@ -19,7 +19,7 @@ |
| 19 | 19 | </view> |
| 20 | 20 | <view v-if="!meetingServiceUser.userId" class="list-waiting"> |
| 21 | 21 | <text style="color: #fff;">等待客服加入</text> |
| 22 | - <text class="simple-btn" style="margin-top:40px;" @click="handleInviteServiceUser" v-if="!hasInvite && joinType == 'customer'">邀请客服</text> | |
| 22 | + <text class="simple-btn" style="margin-top:40px;" @click="handleInviteServiceUser" v-if="!hasInvite && (joinType == 'customer' || joinType == 'seller')">邀请客服</text> | |
| 23 | 23 | </view> |
| 24 | 24 | <block v-if="meetingServiceUser.userId && !meetingServiceUser.meeting"> |
| 25 | 25 | <image v-if="meetingServiceUser.userInfo && meetingServiceUser.userInfo.avatar" :src="meetingServiceUser.userInfo.avatar | imageUrlFilter" style="width: 300rpx;height: 360rpx;border-radius: 40rpx;" mode="aspectFill"></image> | ... | ... |