diff --git a/uniapp-wuduhuajiao/pages/meeting/meeting.css b/uniapp-wuduhuajiao/pages/meeting/meeting.css index cc11044..a029af0 100644 --- a/uniapp-wuduhuajiao/pages/meeting/meeting.css +++ b/uniapp-wuduhuajiao/pages/meeting/meeting.css @@ -49,10 +49,15 @@ flex: 1; } .bottom-input{ + width: 650rpx; margin-top: 20rpx; + display: flex; + align-items: center; + justify-content: space-between; + flex-direction: row; } .input { - width: 650rpx; + width: 500rpx; height: 80rpx; background: #111118; border-radius: 20px; @@ -60,6 +65,13 @@ padding: 10px; font-size: 12px; color: #ffffff; + flex: 1; +} +.submit-btn{ + width: 110rpx; + margin-left: 10rpx; + flex: none; + padding: 0; } .name { width: 100px; diff --git a/uniapp-wuduhuajiao/pages/meeting/meeting.nvue b/uniapp-wuduhuajiao/pages/meeting/meeting.nvue index 387146d..6aa1a22 100644 --- a/uniapp-wuduhuajiao/pages/meeting/meeting.nvue +++ b/uniapp-wuduhuajiao/pages/meeting/meeting.nvue @@ -19,7 +19,7 @@ 等待客服加入 - 邀请客服 + 邀请客服 @@ -102,7 +102,8 @@ + :confirm-hold="true" /> + @@ -198,7 +199,7 @@ ...mapState(['user', 'statistics', 'common']), startBtnVisible() { if (this.userId == this.meetingServiceUser.userId) { - return !this.meetingServiceUser.meeting && this.meetingBusinessUser.userId; + return !this.meetingServiceUser.meeting; } return false; },