Authored by 郭成尧

checkbox

... ... @@ -23,7 +23,7 @@ class SelectGiftCard extends Page {
}
bindEvents() {
this.selector.giftcard.on('click', this.checkboxClickHandle.bind(this));
this.selector.giftcard.on('click', '.checkbox', this.checkboxClickHandle.bind(this));
}
/**
... ...