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

机构流程后自动触发预约行为

上级 05160e83
...@@ -104,12 +104,7 @@ export default { ...@@ -104,12 +104,7 @@ export default {
mounted() { mounted() {
const _seft = this; const _seft = this;
window.__refresh = function() { window.__refresh = function() {
_seft.$rocNative.getToken().then(res => { _seft.setRemind();
const { userToken } = res;
getRemindStatus(userToken).then(res => {
_seft.remindStatus = res.data;
});
});
} }
this.shareObj = { this.shareObj = {
shareUrl: window.location.href, shareUrl: window.location.href,
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册