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

任务列表刷新

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