提交 7a1ee5c1 编写于 作者: Yuanzhao.dai's avatar Yuanzhao.dai

Merge branch 'dev-stage2-20191125' of...

Merge branch 'dev-stage2-20191125' of http://192.168.110.53/com.pica.cloud.foundation.frontend/year-end-activitiy into dev-stage2-20191125
...@@ -377,7 +377,7 @@ ...@@ -377,7 +377,7 @@
}, },
returnScoreAwardTips() { returnScoreAwardTips() {
// let award = ''; // let award = '';
if( vm.doctorInfo && vm.doctorInfo.userDayRank ) { if( vm.doctorInfo ) {
// 16号之前或者30号之后 提示:不在活动期间内 // 16号之前或者30号之后 提示:不在活动期间内
let msecSixteen = new Date('2019/12/16 00:00:00').getTime(); let msecSixteen = new Date('2019/12/16 00:00:00').getTime();
let msecThirty = new Date('2019/12/29 23:59:59').getTime(); let msecThirty = new Date('2019/12/29 23:59:59').getTime();
...@@ -675,12 +675,12 @@ ...@@ -675,12 +675,12 @@
if( !this.isLogin ){ // 未登录 >>> 去登录 if( !this.isLogin ){ // 未登录 >>> 去登录
this.goToLogin(); this.goToLogin();
}else if( this.isLogin && !this.isJoin ){ // 已登录 && 未加入机构 >>>> 去加入机构 ; 已完成情况不触发 }else if( this.isLogin && !this.isJoin ){ // 已登录 && 未加入机构 >>>> 去加入机构 ; 已完成情况不触发
if( item.resourceType == 6 ){ // 打卡 if( taskItem && taskItem.resourceType == 6 ){ // 打卡
if( vm.isClockFinish ){ // 已打卡,不执行 if( vm.isClockFinish ){ // 已打卡,不执行
return; return;
} }
}else{ // 去课程或者患者招募 }else{ // 去课程或者患者招募
if(item.isFinish == 1){ // 已完成 不可点 if(taskItem && taskItem.isFinish == 1){ // 已完成 不可点
return; return;
} }
} }
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册