更新
This commit is contained in:
parent
6ea6144084
commit
9da43b6711
@ -72,7 +72,8 @@
|
|||||||
contract_url: "",
|
contract_url: "",
|
||||||
is_contract: 0,
|
is_contract: 0,
|
||||||
shareholder_money: "0.00",
|
shareholder_money: "0.00",
|
||||||
contract_time: ""
|
contract_time: "",
|
||||||
|
is_amount_turned: ""
|
||||||
},
|
},
|
||||||
list: [],
|
list: [],
|
||||||
loadConfig: {
|
loadConfig: {
|
||||||
@ -147,6 +148,7 @@
|
|||||||
Toast('开发中')
|
Toast('开发中')
|
||||||
},
|
},
|
||||||
hand() {
|
hand() {
|
||||||
|
if(!this.shareholder.is_amount_turned) return Toast('暂时无法上交');
|
||||||
Toast('开发中')
|
Toast('开发中')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user