|
@@ -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('领券成功');
|