Commit 2dad5c06 by kaisa

feat:新增cid54 日历添加成功 toast文案

parent bd7371bd
Showing with 2 additions and 1 deletions
...@@ -821,7 +821,7 @@ webAppComm.prototype.jumpToTaskCenter = function (type) { ...@@ -821,7 +821,7 @@ webAppComm.prototype.jumpToTaskCenter = function (type) {
} }
// 54:添加系统日历提醒 // 54:添加系统日历提醒
webAppComm.prototype.calendarReminders = function (title, content, time) { webAppComm.prototype.calendarReminders = function (title, content, time, tipContent) {
let obj = { let obj = {
"cid": 54, "cid": 54,
"data": { "data": {
...@@ -831,6 +831,7 @@ webAppComm.prototype.calendarReminders = function (title, content, time) { ...@@ -831,6 +831,7 @@ webAppComm.prototype.calendarReminders = function (title, content, time) {
"type": 1, // 1:只提醒一次 2:每周都提醒一次 "type": 1, // 1:只提醒一次 2:每周都提醒一次
"durationTime": 10,//持续时间 "durationTime": 10,//持续时间
"reminderTime": 5,//提前多久提醒 "reminderTime": 5,//提前多久提醒
"tipContent": tipContent // 添加日历提示内容
} }
} }
let obj2 = JSON.stringify(obj); let obj2 = JSON.stringify(obj);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment