Authored by tmq

bug

... ... @@ -1256,7 +1256,7 @@ define('yohood', function(require, exports) {
});
if (isNotEmpty) {
$(this).attr("href", "javascript:void(0)");
if (window.confirm('After the switch has been filled information will be emptied, whether to switch?')) {
if (window.confirm('切换后已填信息将被清空,是否切换?')) {
window.location.href = href;
} else {
$(this).attr("href", href);
... ... @@ -1276,7 +1276,7 @@ define('yohood', function(require, exports) {
});
if (isNotEmpty) {
$(this).attr("href", "javascript:void(0)");
if (window.confirm('切换后已填信息将被清空,是否切换?')) {
if (window.confirm('After the switch has been filled information will be emptied, whether to switch?')) {
window.location.href = href;
} else {
$(this).attr("href", href);
... ...