使用Window.open mailto:从我的应用发送电子邮件。它打开了电子邮件软件,可以很好地填写任何人,但是我似乎无法填写主题字段。
methods: {
email: function(event) {
let mail =
"mailto:Test@gmail.com?" +
"&subject=" +
escape("This is my subject");
window.location.href = mail;
}
}
答案 0 :(得分:2)
如果它是唯一参数,则不应该带有&
MAP_HEIGHT_IN_PX = 303;