提交 a63545bc 编写于 作者: huangwensu's avatar huangwensu

任务列表刷新

上级 c259b6c0
...@@ -125,22 +125,14 @@ export default { ...@@ -125,22 +125,14 @@ export default {
if(!this.userMobile) { if(!this.userMobile) {
this.$rocNative.gotoLogin(); this.$rocNative.gotoLogin();
}else { }else {
// let flag = item.timeStatus == 1 && ((item.finishFrequency == item.doctorFinishFrequency) && item.resourceType != 8); this.flag = !this.flag;
// let flag1 = item.timeStatus == 1 && ((item.finishFrequency == item.doctorFinishFrequency) && item.resourceType == 8 && item.resourceId == 1); let data = {
// if(item.timeStatus == 2 || flag || flag1) { // 已结束 、 已完成不可点击 id: item.id,
// return; href: item.linkId,
// }else { resourceType: item.resourceType,
// if(!this.clickFlag) return; flag: this.flag
// if(!this.isWeb) { this.clickFlag = false; } };
this.flag = !this.flag; this.$emit('activityTaskJump', data);
let data = {
id: item.id,
href: item.linkId,
resourceType: item.resourceType,
flag: this.flag
};
this.$emit('activityTaskJump', data);
// }
if(item.resourceType == 11) { if(item.resourceType == 11) {
this.$sendBuriedData({ this.$sendBuriedData({
action: '分享任务', action: '分享任务',
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册