隐去6月30日限制方便测试提交更新

parent fa8ddb97
...@@ -450,14 +450,15 @@ ...@@ -450,14 +450,15 @@
} }
}, },
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.memberInfo.invalidDateStr='2022年6月30日'; // this.memberInfo.invalidDateStr='2022年6月30日';
this.memberInfo.differDay=dayjs('2022/06/30').diff(dayjs(),'day'); // this.memberInfo.differDay=dayjs('2022/06/30').diff(dayjs(),'day');
this.containerHeight = 4200; // this.containerHeight = 4200;
}else{ // }else{
// this.queryIsDredgeMember();
// }
this.queryIsDredgeMember(); this.queryIsDredgeMember();
}
let tmpArr = [] let tmpArr = []
// 获取时间 // 获取时间
for (let i = 0; i <= 11; i++) { for (let i = 0; i <= 11; i++) {
......
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