修复bug
This commit is contained in:
parent
ba6095d987
commit
569bcab21d
@ -239,7 +239,7 @@
|
||||
Toast('暂无内容')
|
||||
},
|
||||
hand() {
|
||||
if(!shareholder.is_done_task || !shareholder.is_contract) return Toast('暂时无法上交');
|
||||
if(!this.shareholder.is_done_task || !this.shareholder.is_contract) return Toast('暂时无法上交');
|
||||
this.handShare();
|
||||
},
|
||||
async handShare(){
|
||||
|
Loading…
x
Reference in New Issue
Block a user