Authored by 陈峰

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

mars 修改



See merge request !1594
@@ -277,15 +277,11 @@ setTimeout(() => { @@ -277,15 +277,11 @@ setTimeout(() => {
277 return false; 277 return false;
278 }); 278 });
279 $('#limit-sale').on('touchend', function(e) { 279 $('#limit-sale').on('touchend', function(e) {
280 - let loginUrl = $('#loginUrl').val(),  
281 - time, 280 + let time,
282 ifr; 281 ifr;
283 282
284 e.stopPropagation(); 283 e.stopPropagation();
285 284
286 - if (loginUrl) {  
287 - window.location = loginUrl;  
288 - } else {  
289 if ($('.is-mars-app').length > 0 && yoho && yoho.isMarsApp) { 285 if ($('.is-mars-app').length > 0 && yoho && yoho.isMarsApp) {
290 let Limitcode = $('#limitProductCode').val(); 286 let Limitcode = $('#limitProductCode').val();
291 287
@@ -325,7 +321,6 @@ setTimeout(() => { @@ -325,7 +321,6 @@ setTimeout(() => {
325 dialog.hideDialog(); 321 dialog.hideDialog();
326 } 322 }
327 }); 323 });
328 - }  
329 }); 324 });
330 325
331 $('.mars-jump-min-app').on('click', function() { 326 $('.mars-jump-min-app').on('click', function() {