Open elainechan opened 6 years ago
Buy
Sell
Edit
quantity
Review
Account.Cash
Confirm
handleConfirm()
Functions:
handleBuyIntention() {} handleSellIntention() {} handleEdit() {} handleReview() {} handleConfirm() {}
Bindings:
this.handleBuyIntention = this.handleBuyIntention.bind(this); this.handleSellIntention = this.handleSellIntention.bind(this); this.handleReview = this.handleReview.bind(this); this.handleEdit = this.handleEdit.bind(this); this.handleConfirm = this.handleConfirm.bind(this);
Buy
orSell
intentionEdit
:Buy
button, hideSell
buttonquantity
to input valueReview
buttonAccount.Cash
)Edit
button, showConfirm
buttonEdit
: go toReview
; else ifConfirm
:handleConfirm()
Functions:
Bindings: