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

调试自动触发bug

上级 1d3ed624
...@@ -212,6 +212,7 @@ export default { ...@@ -212,6 +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 {
alert('canClick==='+this.canClick)
if(!this.canClick && !flag){ if(!this.canClick && !flag){
return; return;
} }
...@@ -301,6 +302,9 @@ export default { ...@@ -301,6 +302,9 @@ export default {
this.$sendBuriedData({ this.$sendBuriedData({
component_tag: `301#301003` component_tag: `301#301003`
}); });
if(isWeb){
window.location.href = 'https://phome.yunqueyi.com/template_v2/?id=594';
}else{
this.$rocNative.dispatchEventByModuleCode({ this.$rocNative.dispatchEventByModuleCode({
modeCode: 'M300', modeCode: 'M300',
jsonString: [ jsonString: [
...@@ -323,7 +327,7 @@ export default { ...@@ -323,7 +327,7 @@ export default {
} }
] ]
}) })
// window.location.href = 'https://phome.yunqueyi.com/template_v2/?id=594'; }
} }
}, },
} }
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册