...
|
...
|
@@ -205,6 +205,9 @@ let tipDialog = { |
|
|
tipDialog.init();
|
|
|
question.init();
|
|
|
|
|
|
$('.nav-back').removeAttr('href').click(function() {
|
|
|
tipDialog.show();
|
|
|
}); |
|
|
if (question.$base.length) {
|
|
|
$('.nav-back').removeAttr('href').click(function() {
|
|
|
tipDialog.show();
|
|
|
});
|
|
|
}
|
|
|
|
...
|
...
|
|