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
cb0cc127
Commit
cb0cc127
authored
Feb 17, 2020
by
fengzhaoyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
返回修改
parent
2c290aba
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
addRemark.axml
pages/addRemark/addRemark.axml
+1
-1
createOrEditSchedule.js
pages/createOrEditSchedule/createOrEditSchedule.js
+3
-3
exampleStore.js
stores/exampleStore.js
+1
-1
No files found.
pages/addRemark/addRemark.axml
View file @
cb0cc127
<view>
<view>
<view class="remarkInput">
<view class="remarkInput">
<textarea
onInput="getRemark" auto-height placeholder="添加内容描述" value="{{remark}}"
/>
<textarea
focus="{{true}}" onInput="getRemark" auto-height placeholder="添加内容描述" value="{{remark}}"
/>
</view>
</view>
<!-- 保存 -->
<!-- 保存 -->
<view class="confirm" onTap="save">
<view class="confirm" onTap="save">
...
...
pages/createOrEditSchedule/createOrEditSchedule.js
View file @
cb0cc127
...
@@ -215,8 +215,8 @@ create.Page({
...
@@ -215,8 +215,8 @@ create.Page({
remark
:
this
.
store
.
data
.
remark
remark
:
this
.
store
.
data
.
remark
}
}
modifySchedule
(
data
).
then
(
res
=>
{
modifySchedule
(
data
).
then
(
res
=>
{
dd
.
redirectTo
({
dd
.
navigateBack
({
url
:
'/pages/index/index'
delta
:
2
})
})
})
})
...
@@ -306,7 +306,7 @@ create.Page({
...
@@ -306,7 +306,7 @@ create.Page({
this
.
store
.
data
.
locationName
=
res
.
data
.
data
.
location
.
locationName
this
.
store
.
data
.
locationName
=
res
.
data
.
data
.
location
.
locationName
this
.
store
.
data
.
participatorUserId
=
participatorUserId
this
.
store
.
data
.
participatorUserId
=
participatorUserId
this
.
store
.
data
.
participatorList
=
participatorList
this
.
store
.
data
.
participatorList
=
participatorList
this
.
store
.
data
.
remark
=
res
.
data
.
data
.
remark
this
.
store
.
data
.
remark
=
res
.
data
.
data
.
remark
||
''
this
.
store
.
data
.
recurrenceModel
=
res
.
data
.
data
.
recurrenceModel
this
.
store
.
data
.
recurrenceModel
=
res
.
data
.
data
.
recurrenceModel
this
.
setData
({
this
.
setData
({
...
...
stores/exampleStore.js
View file @
cb0cc127
...
@@ -11,7 +11,7 @@ class Store {
...
@@ -11,7 +11,7 @@ class Store {
model
:
"no_repeat"
model
:
"no_repeat"
},
},
editList
:
[{
icon
:
'icondingwei'
,
text
:
'地点'
},
{
icon
:
'iconhuiqiantixing'
,
text
:
'提醒'
},
{
icon
:
'iconchongfu'
,
text
:
'重复'
},
{
icon
:
'icondidianmiaoshu'
,
text
:
'描述'
},
{
icon
:
'iconshanchu'
,
text
:
'删除'
}],
editList
:
[{
icon
:
'icondingwei'
,
text
:
'地点'
},
{
icon
:
'iconhuiqiantixing'
,
text
:
'提醒'
},
{
icon
:
'iconchongfu'
,
text
:
'重复'
},
{
icon
:
'icondidianmiaoshu'
,
text
:
'描述'
},
{
icon
:
'iconshanchu'
,
text
:
'删除'
}],
remark
:
''
,
// 会议描述
remark
:
'
111
'
,
// 会议描述
aheadTimes
:
[]
aheadTimes
:
[]
}
}
...
...
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