mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-21 10:49:36 +08:00
描述:1
This commit is contained in:
parent
5513f0c9ab
commit
10a1ed4b0d
@ -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",
|
||||
})
|
||||
},
|
||||
|
||||
/**
|
||||
|
@ -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
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user