...
|
...
|
@@ -9,8 +9,8 @@ class IndexView extends View { |
|
|
this.receiveBtn = $('.receive-btn');
|
|
|
this.tipClose = $('.close');
|
|
|
|
|
|
this.on('touchend touchcancel', '.receive-btn', this.btnClick.bind(this));
|
|
|
this.on('touchend touchcancel', '.close', this.tipClickHide.bind(this));
|
|
|
this.on('click', '.receive-btn', this.btnClick.bind(this));
|
|
|
this.on('click', '.close', this.tipClickHide.bind(this));
|
|
|
}
|
|
|
|
|
|
/**
|
...
|
...
|
|