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

修改bug,活动规则提交不了!

上级 ed909ed0
...@@ -104,6 +104,8 @@ export default { ...@@ -104,6 +104,8 @@ export default {
}, },
mounted() { mounted() {
const _seft = this; const _seft = this;
this.$rocNative.appInit();
window.__refresh = function() { window.__refresh = function() {
alert('准备自动触发预约') alert('准备自动触发预约')
_seft.setRemind(true); _seft.setRemind(true);
...@@ -302,7 +304,7 @@ export default { ...@@ -302,7 +304,7 @@ export default {
this.$sendBuriedData({ this.$sendBuriedData({
component_tag: `301#301003` component_tag: `301#301003`
}); });
if(isWeb){ if(this.isWeb){
window.location.href = 'https://phome.yunqueyi.com/template_v2/?id=594'; window.location.href = 'https://phome.yunqueyi.com/template_v2/?id=594';
}else{ }else{
this.$rocNative.dispatchEventByModuleCode({ this.$rocNative.dispatchEventByModuleCode({
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册