add render support for title

This commit is contained in:
lizheming
2018-12-20 21:58:58 +08:00
parent 76a3278435
commit f8afb41b72
+1
View File
@@ -47,6 +47,7 @@ function sendMsgFromWork({
safe,
title
}) {
title = render(title);
const description = render(message);
const textcard = { title, url, btntext, description };
return request({