Authored by weiqingting

添加 app_version 到 User-Agent

@@ -411,7 +411,7 @@ $(document).on('click', '.s-submit', function() { @@ -411,7 +411,7 @@ $(document).on('click', '.s-submit', function() {
411 C_ID: C_ID, 411 C_ID: C_ID,
412 SRC_ID: 5, 412 SRC_ID: 5,
413 SUBMIT_RES: 1 413 SUBMIT_RES: 1
414 - }, false); 414 + }, true);
415 } 415 }
416 416
417 location.href = data.data; 417 location.href = data.data;
@@ -97,9 +97,9 @@ $('.on-lingqu', 'div.main-right-use').on('click', function() { @@ -97,9 +97,9 @@ $('.on-lingqu', 'div.main-right-use').on('click', function() {
97 location.href = newUrl; 97 location.href = newUrl;
98 } else { 98 } else {
99 if (status) { 99 if (status) {
100 - href = $curDom.parent(".main-right-use").attr("href");  
101 - $curDom.parent(".main-right-use").wrap("<a class='main-right-use' href="+href+"></a>");  
102 - a = $curDom.parent(".main-right-use").parent("a"); 100 + href = $curDom.parent('.main-right-use').attr('href');
  101 + $curDom.parent('.main-right-use').wrap('<a class=\'main-right-use\' href=' + href + '></a>');
  102 + a = $curDom.parent('.main-right-use').parent('a');
103 a.html('<span class="received"></span>'); 103 a.html('<span class="received"></span>');
104 104
105 tip.show('领券成功'); 105 tip.show('领券成功');