Authored by 陈峰

Merge branch 'feature/mars-limit' into 'release/6.8.2'

mars 修改



See merge request !1594
... ... @@ -277,15 +277,11 @@ setTimeout(() => {
return false;
});
$('#limit-sale').on('touchend', function(e) {
let loginUrl = $('#loginUrl').val(),
time,
let time,
ifr;
e.stopPropagation();
if (loginUrl) {
window.location = loginUrl;
} else {
if ($('.is-mars-app').length > 0 && yoho && yoho.isMarsApp) {
let Limitcode = $('#limitProductCode').val();
... ... @@ -325,7 +321,6 @@ setTimeout(() => {
dialog.hideDialog();
}
});
}
});
$('.mars-jump-min-app').on('click', function() {
... ...