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
1a499d0a
Commit
1a499d0a
authored
5 years ago
by
fengzhaoyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
11
parent
665c24e9
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
3 deletions
+6
-3
app.json
app.json
+1
-1
editFile.acss
pages/editFile/editFile.acss
+3
-1
index.axml
pages/index/index.axml
+1
-1
scheduleDetail.axml
pages/scheduleDetail/scheduleDetail.axml
+1
-0
No files found.
app.json
View file @
1a499d0a
{
"pages"
:
[
"pages/index/index"
,
"pages/editFile/editFile"
,
"pages/createOrEditSchedule/createOrEditSchedule"
,
"pages/meetingRoomList/meetingRoomList"
,
"pages/place/place"
,
...
...
@@ -13,7 +14,6 @@
"pages/remind/remind"
,
"pages/scheduleDetail/scheduleDetail"
,
"pages/participantsDetail/participantsDetail"
,
"pages/editFile/editFile"
,
"pages/createOrEditSchedule/createOrEditSchedule"
],
"window"
:
{
...
...
This diff is collapsed.
Click to expand it.
pages/editFile/editFile.acss
View file @
1a499d0a
...
...
@@ -6,7 +6,9 @@ page {
color: #191F25;
padding-bottom: 180rpx;
}
.describe {
padding: 0 32rpx;
}
.fileList {
margin-top: 32rpx;
padding: 0 32rpx;
...
...
This diff is collapsed.
Click to expand it.
pages/index/index.axml
View file @
1a499d0a
<!--<mw-select></mw-select> -->
<!-- 版本号:119版 -->
版本号:119版
<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}}">
...
...
This diff is collapsed.
Click to expand it.
pages/scheduleDetail/scheduleDetail.axml
View file @
1a499d0a
...
...
@@ -103,6 +103,7 @@
{{item.scheduleAccessory.descript}}
</view>
<view class="file" data-file="{{item2}}" onTap="preview" a:for="{{item.scheduleAccessory.fileInfos}}" a:for-item="item2">
{{item2.fileType}}
<view class="fileImage {{item2.fileType==('png' || 'jpg' || 'svg' || 'jpeg') ?'image': item2.fileType}}"></view>
<view class="fileName">
{{item2.fileName}}
...
...
This diff is collapsed.
Click to expand it.
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