This commit is contained in:
weipengfei 2023-08-30 14:52:37 +08:00
parent 6ea6144084
commit 9da43b6711

View File

@ -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('开发中')
} }
} }