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

触发预约功能

上级 20a3d7af
...@@ -105,7 +105,8 @@ export default { ...@@ -105,7 +105,8 @@ export default {
mounted() { mounted() {
const _seft = this; const _seft = this;
window.__refresh = function() { window.__refresh = function() {
_seft.setRemind(); alert('准备自动触发预约')
_seft.setRemind(true);
} }
this.shareObj = { this.shareObj = {
shareUrl: window.location.href, shareUrl: window.location.href,
...@@ -196,7 +197,7 @@ export default { ...@@ -196,7 +197,7 @@ export default {
} }
}, },
// 提醒预约 // 提醒预约
setRemind() { setRemind(flag) {
this.$sendBuriedData({ this.$sendBuriedData({
component_tag: `301#301004` component_tag: `301#301004`
}); });
...@@ -211,7 +212,7 @@ export default { ...@@ -211,7 +212,7 @@ export default {
window.location.href = 'https://android.myapp.com/myapp/detail.htm?apkName=com.picahealth.yunque&ADTAG=mobile'; window.location.href = 'https://android.myapp.com/myapp/detail.htm?apkName=com.picahealth.yunque&ADTAG=mobile';
}); });
} else { } else {
if(!this.canClick){ if(!this.canClick && !flag){
return; return;
} }
this.$rocNative.getToken().then(data => { this.$rocNative.getToken().then(data => {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册