提交 74d16a87 编写于 作者: tao.wu's avatar tao.wu

修改refresh

上级 2b099378
...@@ -102,6 +102,15 @@ export default { ...@@ -102,6 +102,15 @@ export default {
}); });
}, },
mounted() { mounted() {
const _seft = this;
window.__refresh = function() {
_seft.$rocNative.getToken().then(res => {
const { userToken } = res;
getRemindStatus(userToken).then(res => {
_seft.remindStatus = res.data;
});
});
}
this.shareObj = { this.shareObj = {
shareUrl: window.location.href, shareUrl: window.location.href,
title1: '云鹊奖活动在即,火速开启提醒', title1: '云鹊奖活动在即,火速开启提醒',
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册