提交 53756fd6 编写于 作者: Yuanzhao.dai's avatar Yuanzhao.dai

每日任务不可断判断修改

上级 84f74bd1
...@@ -854,7 +854,8 @@ ...@@ -854,7 +854,8 @@
component_tag: `302#302012` component_tag: `302#302012`
}); });
} }
if(item.isFinish == 0){ // 已完成 不可点 alert(item.isFinish)
if(item.isFinish == 1){ // 已完成 不可点
return; return;
} }
vm.jumpPage(item.linkId); vm.jumpPage(item.linkId);
......
import Vue from 'vue' import Vue from 'vue'
import PicaJsBridge from '@/utils/jsbridge' import PicaJsBridge from '@/utils/jsbridge'
// import Vconsole from 'vconsole'; import Vconsole from 'vconsole';
// const vConsole = new Vconsole(); const vConsole = new Vconsole();
Vue.prototype.$rocNative = new PicaJsBridge(); Vue.prototype.$rocNative = new PicaJsBridge();
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册