获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
- wx.addPhoneCalendar报错日程添加失败?
addPhoneCalendar加上了path和signature之后,并且permission上也加上了scope,点击就报错,日程添加失败 {err_code: -12001, errMsg: "addPhoneCalendar:fail invalid scope"}
02-08 - wx.addPhoneCalendar报错?
"errMsg": "addPhoneCalendar:fail parameter error: parameter.signature should be String instead of Undefined;" wx.addPhoneCalendar({ title: '会议提醒', description: '下午3点的团队会议', startTime: new Date().getTime() / 1000, path: '/pages/eventDetail/eventDetail?id=123', // 这里填写你要跳转的页面路径和参数 success: function(res) { console.log('添加日历事件成功', res); }, fail: function(err) { console.error('添加日历事件失败', err); } });
01-17 - wx.addPhoneCalendar基础库中3.7.6中的支持传递跳转的path,怎么用要案例?
wx.addPhoneCalendar上的path文档并没有更新啊,如何使用 [图片]
01-17