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
8365c685
Commit
8365c685
authored
5 years ago
by
xiexiaoqin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: show bug
parent
dce367d5
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
8 deletions
+9
-8
fileList.js
components/fileList/fileList.js
+5
-4
meetingDetail.axml
pages/meetingDetail/meetingDetail.axml
+1
-1
meetingDetail.js
pages/meetingDetail/meetingDetail.js
+2
-2
index.axml
template/deleteBtn/index.axml
+1
-1
No files found.
components/fileList/fileList.js
View file @
8365c685
...
@@ -71,15 +71,16 @@ create.Component({
...
@@ -71,15 +71,16 @@ create.Component({
},
},
//去编辑文件页面
//去编辑文件页面
updateFile
(
e
)
{
updateFile
(
e
)
{
this
.
setData
({
this
.
store
.
data
.
logId
=
''
;
logId
:
''
});
const
{
fileInfos
,
description
}
=
e
.
target
.
dataset
.
fileView
;
const
{
fileInfos
,
description
}
=
e
.
target
.
dataset
.
fileView
;
this
.
store
.
data
.
oldFileInfos
=
JSON
.
stringify
(
fileInfos
);
this
.
store
.
data
.
oldFileInfos
=
JSON
.
stringify
(
fileInfos
);
this
.
store
.
data
.
oldDescription
=
description
;
this
.
store
.
data
.
oldDescription
=
description
;
this
.
store
.
data
.
fileInfos
=
fileInfos
;
this
.
store
.
data
.
fileInfos
=
fileInfos
;
this
.
store
.
data
.
description
=
e
.
target
.
dataset
.
fileView
.
description
;
this
.
store
.
data
.
description
=
e
.
target
.
dataset
.
fileView
.
description
;
dd
.
navigateTo
({
url
:
`./../uploadFile/uploadFile?action=update`
})
this
.
update
();
setTimeout
(()
=>
{
dd
.
navigateTo
({
url
:
`./../uploadFile/uploadFile?action=update`
})
})
}
}
},
},
});
});
This diff is collapsed.
Click to expand it.
pages/meetingDetail/meetingDetail.axml
View file @
8365c685
...
@@ -201,7 +201,7 @@
...
@@ -201,7 +201,7 @@
<view class="affair-list" onTap="hideFileOperate">
<view class="affair-list" onTap="hideFileOperate">
<view class="affair-list-title">会议动态</view>
<view class="affair-list-title">会议动态</view>
<block a:for="{{affairList}}">
<block a:for="{{affairList}}">
<view a:if="{{item.category == '3' && item.taskViewList}}" class='compose-column'>
<view a:if="{{item.category == '3' && item.taskViewList
&& item.taskViewList.length > 0
}}" class='compose-column'>
<view class="avater task-avater">
<view class="avater task-avater">
<text class="iconfont iconicon_task1"></text>
<text class="iconfont iconicon_task1"></text>
</view>
</view>
...
...
This diff is collapsed.
Click to expand it.
pages/meetingDetail/meetingDetail.js
View file @
8365c685
...
@@ -1059,7 +1059,7 @@ create.Page({
...
@@ -1059,7 +1059,7 @@ create.Page({
}
}
},
},
// 删除 日程
// 删除 日程
delSheudl
e
()
{
handleDelet
e
()
{
const
_that
=
this
const
_that
=
this
if
(
this
.
data
.
repeatable
)
{
if
(
this
.
data
.
repeatable
)
{
this
.
setData
({
this
.
setData
({
...
@@ -1422,7 +1422,7 @@ function getCreateShowTime(createdTime) {
...
@@ -1422,7 +1422,7 @@ function getCreateShowTime(createdTime) {
timeResule
=
'刚刚'
timeResule
=
'刚刚'
}
else
if
(
letMin
<
60
)
{
}
else
if
(
letMin
<
60
)
{
timeResule
=
letMin
+
'分钟前'
timeResule
=
letMin
.
toFixed
(
0
)
+
'分钟前'
}
else
{
}
else
{
timeResule
=
(
letMin
/
60
).
toFixed
(
0
)
+
'小时前'
timeResule
=
(
letMin
/
60
).
toFixed
(
0
)
+
'小时前'
}
}
...
...
This diff is collapsed.
Click to expand it.
template/deleteBtn/index.axml
View file @
8365c685
<template name="deleteBtn">
<template name="deleteBtn">
<view class="delete-task-wrap">
<view class="delete-task-wrap">
<view class="delete-task" onTap="
delSheudl
e">
<view class="delete-task" onTap="
handleDelet
e">
<text class="iconfont iconicon_noAgreed1"></text>
<text class="iconfont iconicon_noAgreed1"></text>
{{title}}
{{title}}
</view>
</view>
...
...
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