...
|
...
|
@@ -60,6 +60,8 @@ function getOrderList(type, page) { |
|
|
}).done(function(res) {
|
|
|
tableOperation.appendBody(res);
|
|
|
bindEvent(); // eslint-disable-line
|
|
|
countDown.intervalValue = 1000;
|
|
|
countDown.showSec = true;
|
|
|
countDown.start();
|
|
|
}).fail(function(err) {
|
|
|
console.log(err);
|
...
|
...
|
@@ -346,6 +348,8 @@ function bindEvent() { |
|
|
}
|
|
|
|
|
|
bindEvent();
|
|
|
countDown.intervalValue = 1000;
|
|
|
countDown.showSec = true;
|
|
|
countDown.start();
|
|
|
setOrderTotal();
|
|
|
|
...
|
...
|
|