mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-21 18:59:36 +08:00
描述:邀请页面修改
This commit is contained in:
parent
6042dcb485
commit
712b91a4d2
@ -166,7 +166,7 @@ Page({
|
|||||||
openDoor() {
|
openDoor() {
|
||||||
let _this = this;
|
let _this = this;
|
||||||
wx.reLaunch({
|
wx.reLaunch({
|
||||||
url: "/pages/meeting/accessControl/accessControl",
|
url: "/pages/index/index",
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -27,17 +27,17 @@
|
|||||||
<view class="content">{{detail.title}}</view>
|
<view class="content">{{detail.title}}</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="otherView">
|
<view class="otherView">
|
||||||
<view class="title">会面地点</view>
|
<view class="title">会议地点</view>
|
||||||
<view class="content">{{detail.roomContent.address}}</view>
|
<view class="content">{{detail.roomContent.address}}</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="otherView">
|
<view class="otherView">
|
||||||
<view class="title">会面时间</view>
|
<view class="title">会议时间</view>
|
||||||
<view class="content">{{detail.timeSlot}}</view>
|
<view class="content">{{detail.timeSlot}}</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<!-- 参与人员 -->
|
<!-- 参与人员 -->
|
||||||
<view class="otherView">
|
<view class="otherView">
|
||||||
<view class="title">参与人员</view>
|
<view class="title">参与人员({{joinPersonList.length}}/{{detail.personNum}})</view>
|
||||||
<view class="content">
|
<view class="content">
|
||||||
<view class="joinView">
|
<view class="joinView">
|
||||||
<view class="joinPersonView" wx:for="{{joinPersonList}}" wx:key="*this">
|
<view class="joinPersonView" wx:for="{{joinPersonList}}" wx:key="*this">
|
||||||
@ -51,7 +51,7 @@
|
|||||||
<!-- 接受邀请 -->
|
<!-- 接受邀请 -->
|
||||||
<view class="submitBtn" wx:if="{{participateShow}}" bind:tap="participateMeeting">接受邀请</view>
|
<view class="submitBtn" wx:if="{{participateShow}}" bind:tap="participateMeeting">接受邀请</view>
|
||||||
<!-- 点击开门 -->
|
<!-- 点击开门 -->
|
||||||
<view class="submitBtn" wx:if="{{openDoorShow}}" bind:tap="openDoor">点击开门</view>
|
<view class="submitBtn" wx:if="{{openDoorShow}}" bind:tap="openDoor">返回主页</view>
|
||||||
|
|
||||||
<!-- 消息提示 -->
|
<!-- 消息提示 -->
|
||||||
<van-notify id="van-notify" />
|
<van-notify id="van-notify" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user