提交 4f1a8fa8 编写于 作者: ping zhang's avatar ping zhang

打开app自动唤起 优化

上级 d5269b08
...@@ -168,17 +168,11 @@ export default { ...@@ -168,17 +168,11 @@ export default {
title,desc,link,imgUrl title,desc,link,imgUrl
}); });
}) })
/**
const isWechat = /micromessenger\/([\d.]+)/i.test(window.navigator.userAgent || ''); const isWechat = /micromessenger\/([\d.]+)/i.test(window.navigator.userAgent || '');
if (_seft.isWeb && !isWechat) { if (_seft.isWeb && !isWechat) {
// _seft.goJoin(); _seft.goJoin();
_seft.$nextTick(() => {
// document.getElementById('goJoin').click();
window.location.href = `picado://picahealth/${window.location.origin}/year_end_ssr/activityPage`
});
} }
*/
}, },
computed: { computed: {
showRemindBtn(){ showRemindBtn(){
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册