This commit is contained in:
SelfRidicule 2024-03-11 17:02:39 +08:00
parent 5513f0c9ab
commit 10a1ed4b0d
2 changed files with 10 additions and 6 deletions

View File

@ -15,6 +15,10 @@ import {
roomContentAddVisitorRq
} from "../../../api/meeting/meetingRoom.js"
import {
openDoorRq
} from "../../../api/meeting/equipment.js"
import {
loginRq,
registerPhone
@ -208,11 +212,11 @@ Page({
},
// 开门
openDoor(){
Notify({
type: 'danger',
message: '尚未完成!'
});
openDoor() {
let _this = this;
wx.reLaunch({
url: "/pages/meeting/accessControl/accessControl",
})
},
/**

View File

@ -9,7 +9,7 @@
{
"name": "pages/meeting/invite/invite",
"pathName": "pages/meeting/invite/invite",
"query": "title=会议邀请&id=1",
"query": "title=会议邀请&id=22",
"launchMode": "default",
"scene": null
},