mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-08-08 19:52:43 +08:00
描述:同意会议室服务协议
This commit is contained in:
parent
54124297bc
commit
ba9882a3a3
@ -167,6 +167,15 @@ Page({
|
||||
});
|
||||
return;
|
||||
}
|
||||
if (!_this.data.protocolFlag) {
|
||||
// 错误提示
|
||||
Notify({
|
||||
type: 'danger',
|
||||
message: `请同意${_this.data.protocolTitle}!`
|
||||
});
|
||||
return;
|
||||
}
|
||||
|
||||
saveMeetingRecordRq({
|
||||
"roomContentId": _this.data.meetingRoomId,
|
||||
"userId": _this.data.userData.id,
|
||||
|
Loading…
x
Reference in New Issue
Block a user