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
72ebce43
Commit
72ebce43
authored
Nov 04, 2020
by
xiexiaoqin
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'release/dev/2.0.0' into release/2.0.0
parents
7be433ca
1ddd9b19
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
3 deletions
+13
-3
app.json
app.json
+1
-1
uploadFile.axml
pages/uploadFile/uploadFile.axml
+7
-2
uploadFile.js
pages/uploadFile/uploadFile.js
+5
-0
No files found.
app.json
View file @
72ebce43
{
{
"pages"
:
[
"pages"
:
[
"pages/uploadFile/uploadFile"
,
"pages/index/index"
,
"pages/index/index"
,
"pages/meetingRoomList/meetingRoomList"
,
"pages/meetingRoomList/meetingRoomList"
,
"pages/appDetails/appDetails"
,
"pages/appDetails/appDetails"
,
...
@@ -7,7 +8,6 @@
...
@@ -7,7 +8,6 @@
"pages/excutorList/excutorList"
,
"pages/excutorList/excutorList"
,
"pages/createMeeting/createMeeting"
,
"pages/createMeeting/createMeeting"
,
"pages/place/place"
,
"pages/place/place"
,
"pages/uploadFile/uploadFile"
,
"pages/participantsDetail/participantsDetail"
,
"pages/participantsDetail/participantsDetail"
,
"pages/applicationDetails/applicationDetails"
,
"pages/applicationDetails/applicationDetails"
,
"pages/attendeeList/attendeeList"
,
"pages/attendeeList/attendeeList"
,
...
...
pages/uploadFile/uploadFile.axml
View file @
72ebce43
...
@@ -5,6 +5,10 @@
...
@@ -5,6 +5,10 @@
<file-list fileInfos="{{fileInfos}}" isCanEdit="{{false}}" isPreview="{{false}}" isCanDelete="{{true}}"/>
<file-list fileInfos="{{fileInfos}}" isCanEdit="{{false}}" isPreview="{{false}}" isCanDelete="{{true}}"/>
<view class="addText" onTap="add">继续添加</view>
<view class="addText" onTap="add">继续添加</view>
</view>
</view>
<view class="saveButton" onTap="saveUpload">
<view class="save" onTap="saveUpload">
保存
<view class="button">
保存
</view>
<view class="tabBarBottom" a:if="{{isIPX}}">
</view>
</view>
</view>
\ No newline at end of file
pages/uploadFile/uploadFile.js
View file @
72ebce43
...
@@ -3,6 +3,7 @@ import { saveFileInfo, addSchedule, uploadPermissions, previewPermissions, updat
...
@@ -3,6 +3,7 @@ import { saveFileInfo, addSchedule, uploadPermissions, previewPermissions, updat
import
{
throttle
,
debounce
,
getCreateShowTime
}
from
'./../../utils/utils.js'
import
{
throttle
,
debounce
,
getCreateShowTime
}
from
'./../../utils/utils.js'
import
pageStore
from
'../meetingDetail/store'
;
import
pageStore
from
'../meetingDetail/store'
;
import
{
getFileInfo
}
from
'../meetingDetail/uploadFile'
;
import
{
getFileInfo
}
from
'../meetingDetail/uploadFile'
;
import
{
checkFullScren
}
from
"../../utils/checkFullScren"
;
create
.
Page
({
create
.
Page
({
store
:
pageStore
,
store
:
pageStore
,
...
@@ -10,8 +11,12 @@ create.Page({
...
@@ -10,8 +11,12 @@ create.Page({
fileInfos
:
null
,
//store
fileInfos
:
null
,
//store
description
:
''
,
//store
description
:
''
,
//store
id
:
''
,
id
:
''
,
isIPX
:
checkFullScren
(),
},
},
onLoad
(
query
)
{
onLoad
(
query
)
{
this
.
setData
({
isIPX
:
checkFullScren
()
})
dd
.
setNavigationBar
({
dd
.
setNavigationBar
({
title
:
'会议文件'
title
:
'会议文件'
});
});
...
...
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