提交更新

parent 152acd85
...@@ -452,7 +452,8 @@ ...@@ -452,7 +452,8 @@
mounted() { mounted() {
if(new Date().getTime()<=new Date('2022/06/30').getTime()){ if(new Date().getTime()<=new Date('2022/06/30').getTime()){
this.isOpen=true; this.isOpen=true;
this.queryMemberValidTime(); this.memberInfo.invalidDateStr='2022年6月30日';
this.memberInfo.differDay=dayjs('2022/06/30').diff(dayjs(),'day');
this.containerHeight = 4200; this.containerHeight = 4200;
}else{ }else{
this.queryIsDredgeMember(); this.queryIsDredgeMember();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment