...
|
...
|
@@ -211,5 +211,9 @@ if (question.$base.length) { |
|
|
$('.nav-back').removeAttr('href').click(function() {
|
|
|
tipDialog.show();
|
|
|
});
|
|
|
} else if (yoho.isApp) {
|
|
|
$('.qs-err a').removeAttr('href').click(function() {
|
|
|
yoho.invokeMethod('go.back');
|
|
|
});
|
|
|
}
|
|
|
|
...
|
...
|
|