mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-21 21:19:37 +08:00
1
This commit is contained in:
parent
9eba013039
commit
518c193e1b
@ -12,7 +12,6 @@ Page({
|
|||||||
*/
|
*/
|
||||||
data: {
|
data: {
|
||||||
IMG_NAME: app.IMG_NAME,
|
IMG_NAME: app.IMG_NAME,
|
||||||
contentSwichFLag: true,
|
|
||||||
meetingRoomId: null,
|
meetingRoomId: null,
|
||||||
detail: {},
|
detail: {},
|
||||||
bannerList: [],
|
bannerList: [],
|
||||||
@ -69,15 +68,6 @@ Page({
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
||||||
// 切换内容展示
|
|
||||||
contentSwich() {
|
|
||||||
console.log('contentSwich', 1);
|
|
||||||
let _this = this;
|
|
||||||
_this.setData({
|
|
||||||
"contentSwichFLag": !_this.data.contentSwichFLag
|
|
||||||
})
|
|
||||||
},
|
|
||||||
|
|
||||||
// 跳转空间设施
|
// 跳转空间设施
|
||||||
jumpMeetingFacilities() {
|
jumpMeetingFacilities() {
|
||||||
let meetingRoomId = this.data.meetingRoomId;
|
let meetingRoomId = this.data.meetingRoomId;
|
||||||
|
@ -29,15 +29,7 @@
|
|||||||
</view>
|
</view>
|
||||||
|
|
||||||
<!-- 文字内容 -->
|
<!-- 文字内容 -->
|
||||||
<view class="content {{contentSwichFLag ? 'hidden' : ''}}">
|
<view class="content {{contentSwichFLag ? 'hidden' : ''}}">{{detail.content ? detail.content : ''}}</view>
|
||||||
一般的会议室功能区包括主席台、听众区和发言区。部分会议室则不作明确区分,如圆桌会议室和会见式会议室。会场的布置类型可以是标准化的,也可以是个性化的一般的会议室功能区包括主席台、听众区和发言区。部分会议室则不作
|
|
||||||
一般的会议室功能区包括主席台、听众区和发言区。部分会议室则不作明确区分,如圆桌会议室和会见式会议室。会场的布置类型可以是标准化的,也可以是个性化的一般的会议室功能区包括主席台、听众区和发言区。
|
|
||||||
</view>
|
|
||||||
<view class="contentSwichBtn" bind:tap="contentSwich">
|
|
||||||
{{contentSwichFLag ? '展开' : '收起'}}
|
|
||||||
<van-icon wx:if="{{contentSwichFLag}}" name="arrow-down" />
|
|
||||||
<van-icon wx:if="{{!contentSwichFLag}}" name="arrow-up" />
|
|
||||||
</view>
|
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<!-- 设施 -->
|
<!-- 设施 -->
|
||||||
|
@ -73,13 +73,6 @@
|
|||||||
.roomView .content {
|
.roomView .content {
|
||||||
margin: 40rpx 20rpx 0;
|
margin: 40rpx 20rpx 0;
|
||||||
font-size: 26rpx;
|
font-size: 26rpx;
|
||||||
transition: all 1s;
|
|
||||||
}
|
|
||||||
|
|
||||||
.roomView .content.hidden {
|
|
||||||
height: 200rpx;
|
|
||||||
overflow: hidden;
|
|
||||||
transition: all 1s;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.roomView .contentSwichBtn {
|
.roomView .contentSwichBtn {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user