提交 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,29 +302,32 @@ export default { ...@@ -301,29 +302,32 @@ export default {
this.$sendBuriedData({ this.$sendBuriedData({
component_tag: `301#301003` component_tag: `301#301003`
}); });
this.$rocNative.dispatchEventByModuleCode({ if(isWeb){
modeCode: 'M300', window.location.href = 'https://phome.yunqueyi.com/template_v2/?id=594';
jsonString: [ }else{
{ this.$rocNative.dispatchEventByModuleCode({
"key":"pageUrl", modeCode: 'M300',
"value": 'https://phome.yunqueyi.com/template_v2/?id=594', jsonString: [
"type":4, {
"seqNo":1 "key":"pageUrl",
}, "value": 'https://phome.yunqueyi.com/template_v2/?id=594',
{ "type":4,
"key":"showTitle", "seqNo":1
"value": false, },
"type":1, {
"seqNo":2 "key":"showTitle",
},{ "value": false,
"key":"title", "type":1,
"value": '', "seqNo":2
"type":1, },{
"seqNo":3 "key":"title",
} "value": '',
] "type":1,
}) "seqNo":3
// window.location.href = 'https://phome.yunqueyi.com/template_v2/?id=594'; }
]
})
}
} }
}, },
} }
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册