Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
schedule
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fengzhaoyu
schedule
Commits
e497ee1f
Commit
e497ee1f
authored
Mar 24, 2020
by
xiexiaoqin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
format code
parent
ee87dab5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
25 deletions
+12
-25
editMeeting.axml
pages/editMeeting/editMeeting.axml
+12
-25
No files found.
pages/editMeeting/editMeeting.axml
View file @
e497ee1f
...
@@ -2,14 +2,12 @@
...
@@ -2,14 +2,12 @@
<!-- title remark 标题 描述 -->
<!-- title remark 标题 描述 -->
<view class="createTitle">
<view class="createTitle">
<view class="title">
<view class="title">
<input placeholder-class="placeholder" placeholder="请输入主题" class="text" focus="{{true}}" onInput="onInput"
<input placeholder-class="placeholder" placeholder="请输入主题" class="text" focus="{{true}}" onInput="onInput" data-type="title" value="{{title}}" />
data-type="title" value="{{title}}" />
<view class="icon iconfont iconicon_description" onTap="addRemark">
<view class="icon iconfont iconicon_description" onTap="addRemark">
</view>
</view>
</view>
</view>
<view class="remark" a:if="{{isShowRemark}}">
<view class="remark" a:if="{{isShowRemark}}">
<input placeholder-class="placeholder" placeholder="请添加描述" class="text" onInput="onInput"
<input placeholder-class="placeholder" placeholder="请添加描述" class="text" onInput="onInput" data-type="remark" />
data-type="remark" />
</view>
</view>
</view>
</view>
<!-- roomId locationName 地点 -->
<!-- roomId locationName 地点 -->
...
@@ -25,8 +23,7 @@
...
@@ -25,8 +23,7 @@
<view class="hasplace" onTap="nextPage" data-nextPage="location" a:else>
<view class="hasplace" onTap="nextPage" data-nextPage="location" a:else>
{{locationName}}
{{locationName}}
</view>
</view>
<view class=" icon iconfont iconicon_close close" a:if="{{!!locationName}}" data-close="location"
<view class=" icon iconfont iconicon_close close" a:if="{{!!locationName}}" data-close="location" catchTap="close">
catchTap="close">
</view>
</view>
</view>
</view>
</view>
</view>
...
@@ -46,13 +43,11 @@
...
@@ -46,13 +43,11 @@
</text>
</text>
<!-- 3月1日 周日 14:00-16:00 -->
<!-- 3月1日 周日 14:00-16:00 -->
</view>
</view>
<view class="repeatModal" a:if="{{comListData.comSelectListId !== 0}}" catchTap="showPopup"
<view class="repeatModal" a:if="{{comListData.comSelectListId !== 0}}" catchTap="showPopup" data-type='repeat'>
data-type='repeat'>
{{comListData.repeatList[comListData.comSelectListId].text}}重复
{{comListData.repeatList[comListData.comSelectListId].text}}重复
</view>
</view>
</view>
</view>
<view class="icon iconfont iconicon_cycle " catchTap="showPopup" data-type='repeat'
<view class="icon iconfont iconicon_cycle " catchTap="showPopup" data-type='repeat' a:if="{{comListData.comSelectListId == 0}}">
a:if="{{comListData.comSelectListId == 0}}">
</view>
</view>
</view>
</view>
</view>
</view>
...
@@ -61,8 +56,7 @@
...
@@ -61,8 +56,7 @@
<view class="iconicon_attender1 iconfont icon">
<view class="iconicon_attender1 iconfont icon">
</view>
</view>
<view class="participatorContaint">
<view class="participatorContaint">
<view class="participatorText" a:if="{{participatorList.length < 2}}" catchTap="showPopup"
<view class="participatorText" a:if="{{participatorList.length < 2}}" catchTap="showPopup" data-type='participator'>
data-type='participator'>
添加参会人
添加参会人
</view>
</view>
<view class="participatorList" a:else>
<view class="participatorList" a:else>
...
@@ -78,8 +72,7 @@
...
@@ -78,8 +72,7 @@
<view class="iconicon_open iconfont icon" style=" vertical-align: middle"></view>
<view class="iconicon_open iconfont icon" style=" vertical-align: middle"></view>
</view>
</view>
<view class="participatorListBottom">
<view class="participatorListBottom">
<view class="people"
<view class="people" a:for="{{participatorList.length > 10 ? [...participatorList].splice(0, 11) : participatorList}}">
a:for="{{participatorList.length > 10 ? [...participatorList].splice(0, 11) : participatorList}}">
<view class="headUrl">
<view class="headUrl">
<image a:if="{{item.headUrl}}" mode="scaleToFill" src="{{item.headUrl}}" />
<image a:if="{{item.headUrl}}" mode="scaleToFill" src="{{item.headUrl}}" />
<text
<text
...
@@ -100,15 +93,13 @@
...
@@ -100,15 +93,13 @@
<view class="iconicon_meet1 iconfont icon">
<view class="iconicon_meet1 iconfont icon">
</view>
</view>
<view class="meetingWayContent">
<view class="meetingWayContent">
<view class="noWay" a:if="{{comListData.meetingWayModelId == null}}" catchTap="showPopup"
<view class="noWay" a:if="{{comListData.meetingWayModelId == null}}" catchTap="showPopup" data-type='meetingWayModel'>
data-type='meetingWayModel'>
会议方式
会议方式
</view>
</view>
<view class="hasWay" a:else catchTap="showPopup" data-type='meetingWayModel'>
<view class="hasWay" a:else catchTap="showPopup" data-type='meetingWayModel'>
{{comListData.meetingWayList[comListData.meetingWayModelId].text}}
{{comListData.meetingWayList[comListData.meetingWayModelId].text}}
</view>
</view>
<view class=" icon iconfont iconicon_close close" a:if="{{comListData.meetingWayModelId !== null}}"
<view class=" icon iconfont iconicon_close close" a:if="{{comListData.meetingWayModelId !== null}}" data-close="meetingWayModel" catchTap="close">
data-close="meetingWayModel" catchTap="close">
</view>
</view>
</view>
</view>
</view>
</view>
...
@@ -120,13 +111,8 @@
...
@@ -120,13 +111,8 @@
</view>
</view>
<popup title="{{popupTitle}}" show="{{popupShow}}" mask="true" onClose="closePopup">
<popup title="{{popupTitle}}" show="{{popupShow}}" mask="true" onClose="closePopup">
<meeting-time-picker a:if="{{'time' === comType}}" onComplete="onComplete"></meeting-time-picker>
<meeting-time-picker a:if="{{'time' === comType}}" onComplete="onComplete"></meeting-time-picker>
<hlist a:if="{{'participator' === comType}}" dataComList="{{comHListData.contactData}}"
<hlist a:if="{{'participator' === comType}}" dataComList="{{comHListData.contactData}}" onSelectComHList="selectComHList"></hlist>
onSelectComHList="selectComHList"></hlist>
<list a:if="{{comType=='repeat' || comType=='meetingWayModel'}}" dataComList="{{comType=='repeat' ? comListData.repeatList : comListData.meetingWayList}}" onComSelectList="selectComList" comSelectListId="{{comType=='repeat' ? comListData.comSelectListId : comListData.meetingWayModelId}}" iconType="{{comListData.iconType}}">
<list a:if="{{comType=='repeat' || comType=='meetingWayModel'}}"
dataComList="{{comType=='repeat' ? comListData.repeatList : comListData.meetingWayList}}"
onComSelectList="selectComList"
comSelectListId="{{comType=='repeat' ? comListData.comSelectListId : comListData.meetingWayModelId}}"
iconType="{{comListData.iconType}}">
</list>
</list>
</popup>
</popup>
</view>
</view>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment