可以:
contract.sendTx(param1, "0x", {from: this.account}) .on('transactionHash', (tx) => { // 确认后,执行这里。可获得 tx }).then(() => { // 交易完成后,执行这里。 })