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
72b5a187
Commit
72b5a187
authored
Feb 29, 2020
by
fengzhaoyu
Browse files
Options
Browse Files
Download
Plain Diff
11
parents
13dd2e76
d3f4c80d
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
7 deletions
+5
-7
app.json
app.json
+0
-1
createOrEditSchedule.js
pages/createOrEditSchedule/createOrEditSchedule.js
+2
-2
index.axml
pages/index/index.axml
+1
-1
meetingRoomList.js
pages/meetingRoomList/meetingRoomList.js
+2
-2
scheduleDetail.axml
pages/scheduleDetail/scheduleDetail.axml
+0
-1
No files found.
app.json
View file @
72b5a187
...
...
@@ -2,7 +2,6 @@
"pages"
:
[
"pages/index/index"
,
"pages/editFile/editFile"
,
"pages/createOrEditSchedule/createOrEditSchedule"
,
"pages/meetingRoomList/meetingRoomList"
,
"pages/place/place"
,
"pages/uploadFile/uploadFile"
,
...
...
pages/createOrEditSchedule/createOrEditSchedule.js
View file @
72b5a187
...
...
@@ -68,8 +68,8 @@ create.Page({
let
date2
=
new
Date
(
DateTimeStr
);
date2
.
setMinutes
(
date2
.
getMinutes
()
+
30
)
this
.
setData
({
time1
:
`
${
date1
.
getFullYear
()}
/
${
date1
.
getMonth
()
<
9
?
'0'
+
(
date1
.
getMonth
()
+
1
):
date1
.
getMonth
()
+
1
}
/
${
date1
.
getDate
()
<
10
?
"0"
+
date1
.
getDate
()
:
date1
.
getDate
()}
${
date1
.
getHours
()
<
10
?
'0'
+
date1
.
getHours
()
:
date1
.
getHours
()}
:
${
date1
.
getMinutes
()
<
10
?
'0'
+
date1
.
getMinutes
():
date1
.
getMinutes
()}
`
,
time2
:
`
${
date2
.
getFullYear
()}
/
${
date2
.
getMonth
()
<
9
?
'0'
+
(
date2
.
getMonth
()
+
1
):
date2
.
getMonth
()
+
1
}
/
${
date2
.
getDate
()
<
10
?
"0"
+
date2
.
getDate
()
:
date2
.
getDate
()}
${
date2
.
getHours
()
<
10
?
'0'
+
date2
.
getHours
()
:
date2
.
getHours
()}
:
${
date2
.
getMinutes
()
<
10
?
'0'
+
date2
.
getMinutes
():
date2
.
getMinutes
()}
`
,
time1
:
`
${
date1
.
getFullYear
()}
/
${
date1
.
getMonth
()
<
9
?
'0'
+
(
date1
.
getMonth
()
+
1
):
date1
.
getMonth
()
+
1
}
/
${
date1
.
getDate
()
<
10
?
"0"
+
date1
.
getDate
()
:
date1
.
getDate
()}
${
date1
.
getHours
()
<
10
?
'0'
+
date1
.
getHours
()
:
date1
.
getHours
()}
:
${
date1
.
getMinutes
()
<
10
?
'0'
+
date1
.
getMinutes
():
date1
.
getMinutes
()}
:00
`
,
time2
:
`
${
date2
.
getFullYear
()}
/
${
date2
.
getMonth
()
<
9
?
'0'
+
(
date2
.
getMonth
()
+
1
):
date2
.
getMonth
()
+
1
}
/
${
date2
.
getDate
()
<
10
?
"0"
+
date2
.
getDate
()
:
date2
.
getDate
()}
${
date2
.
getHours
()
<
10
?
'0'
+
date2
.
getHours
()
:
date2
.
getHours
()}
:
${
date2
.
getMinutes
()
<
10
?
'0'
+
date2
.
getMinutes
():
date2
.
getMinutes
()}
:00
`
,
week1
:
w
,
week2
:
w
,
type
:
event
.
type
,
...
...
pages/index/index.axml
View file @
72b5a187
<!--<mw-select></mw-select> -->
版本号:1
19
版
版本号:1
21
版
<view class="index">
<view a:if="{{startPageOnLoad&&startPageOnShow}}">
<scroll-view a:if="{{todayStr !== ''}}" scroll-y="{{true}}" upper-threshold="50" lower-threshold="50" onScrollToLower="lower" onScroll="onScroll" style="height: 100vh;" scroll-into-view="{{todayStr}}">
...
...
pages/meetingRoomList/meetingRoomList.js
View file @
72b5a187
...
...
@@ -44,8 +44,8 @@ create.Page({
toThisTime
:
'123'
},
onLoad
(
query
)
{
//
let date = new Date(this.store.data.startTime.replace(/-/g, "/"))
let
date
=
new
Date
()
let
date
=
new
Date
(
this
.
store
.
data
.
startTime
.
replace
(
/-/g
,
"/"
))
//
let date = new Date()
let
year
=
date
.
getFullYear
()
let
month
=
`
${
date
.
getMonth
()
+
1
}
`
let
day
=
`
${
date
.
getDate
()}
`
...
...
pages/scheduleDetail/scheduleDetail.axml
View file @
72b5a187
...
...
@@ -106,7 +106,6 @@
{{item2.fileType}}
<view class="fileImage {{item2.fileType==('png' || 'jpg' || 'svg' || 'jpeg') ?'image': item2.fileType}}"></view>
<view class="fileName">
{{item2.fileName}}
</view>
</view>
<view class="modFile" a:if="{{organizer == pemissions?(item.meetingLogId == meetingLogId):(item.meetingLogId == meetingLogId&&item.scheduleAccessory.uploaderInfo.userId==pemissions)}}">
...
...
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