Authored by 肖亚东

验收问题修改

@@ -56,7 +56,7 @@ @@ -56,7 +56,7 @@
56 56
57 {{#ifcond pageGo '===' 4}} 57 {{#ifcond pageGo '===' 4}}
58 <div class="status-text">拼团成功</div> 58 <div class="status-text">拼团成功</div>
59 - <a href="../group/list?activityId={{activityId}}" class="status-btn">查看更多拼团活动</a> 59 + <a href="/activity/group" class="status-btn">查看更多拼团活动</a>
60 {{/ifcond}} 60 {{/ifcond}}
61 61
62 {{#ifcond pageGo '===' 5}} 62 {{#ifcond pageGo '===' 5}}
@@ -68,12 +68,12 @@ @@ -68,12 +68,12 @@
68 68
69 {{#ifcond pageGo '===' 6}} 69 {{#ifcond pageGo '===' 6}}
70 <div class="status-text">拼团失败</div> 70 <div class="status-text">拼团失败</div>
71 - <a href="../group/list?activityId={{activityId}}" class="status-btn">查看更多拼团活动</a> 71 + <a href="/activity/group" class="status-btn">查看更多拼团活动</a>
72 {{/ifcond}} 72 {{/ifcond}}
73 73
74 {{#ifcond pageGo '===' 7}} 74 {{#ifcond pageGo '===' 7}}
75 <div class="status-text">拼团失败</div> 75 <div class="status-text">拼团失败</div>
76 - <a href="../group/list?activityId={{activityId}}" class="status-btn">查看更多拼团活动</a> 76 + <a href="/activity/group" class="status-btn">查看更多拼团活动</a>
77 {{/ifcond}} 77 {{/ifcond}}
78 78
79 <a class="tip" href="https://m.yohobuy.com/activity/feature/1555.html?nodownload=1">支付开团-支付参团-凑齐人数发货-凑不齐退款 玩法介绍》</a> 79 <a class="tip" href="https://m.yohobuy.com/activity/feature/1555.html?nodownload=1">支付开团-支付参团-凑齐人数发货-凑不齐退款 玩法介绍》</a>
@@ -8,7 +8,7 @@ @@ -8,7 +8,7 @@
8 </div> 8 </div>
9 9
10 <div id="fellow-guide" class="js-fellow-guide" style="display: none"> 10 <div id="fellow-guide" class="js-fellow-guide" style="display: none">
11 - <div class="fellow-guide-bg"></div> 11 + <div class="js-fellow-guide-bg"></div>
12 <div class="fellow-guide"> 12 <div class="fellow-guide">
13 <div class="js-fellow-ok"></div> 13 <div class="js-fellow-ok"></div>
14 </div> 14 </div>
@@ -201,7 +201,7 @@ if (+fellowInfo.type === 2) { @@ -201,7 +201,7 @@ if (+fellowInfo.type === 2) {
201 } 201 }
202 202
203 // 隐藏关注公众号引导 203 // 隐藏关注公众号引导
204 -$('.js-fellow-guide').on('click', '.js-fellow-ok', function() { 204 +$('.js-fellow-guide').on('click', '.js-fellow-ok,.js-fellow-guide-bg', function() {
205 $fellowGuide.hide(); 205 $fellowGuide.hide();
206 }); 206 });
207 207
@@ -14,23 +14,24 @@ @@ -14,23 +14,24 @@
14 color: #444; 14 color: #444;
15 margin-left: 32px; 15 margin-left: 32px;
16 margin-right: 32px; 16 margin-right: 32px;
17 - text-align: left; 17 + text-align: center;
18 } 18 }
19 19
20 .product_lucky_bg { 20 .product_lucky_bg {
21 display: flex; 21 display: flex;
22 flex-direction: row; 22 flex-direction: row;
23 align-items: baseline; 23 align-items: baseline;
24 - justify-content: space-between; 24 + justify-content: center;
25 margin-left: 32px; 25 margin-left: 32px;
26 margin-right: 32px; 26 margin-right: 32px;
27 } 27 }
28 28
29 .product_price { 29 .product_price {
30 color: #b0b0b0; 30 color: #b0b0b0;
31 - font-size: 30px; 31 + font-size: 32px;
32 margin-left: 20px; 32 margin-left: 20px;
33 text-decoration: line-through; 33 text-decoration: line-through;
  34 + font-weight: bold;
34 } 35 }
35 36
36 .product_time { 37 .product_time {
@@ -14,8 +14,8 @@ @@ -14,8 +14,8 @@
14 .ok { 14 .ok {
15 color: white; 15 color: white;
16 background-color: #d0021b; 16 background-color: #d0021b;
17 - -webkit-animation: product-status-ok-animate 0.6s infinite;  
18 - animation: product-status-ok-animate 0.6s infinite; 17 + -webkit-animation: product-status-ok-animate 0.8s linear infinite;
  18 + animation: product-status-ok-animate 0.8s linear infinite;
19 } 19 }
20 20
21 .cancel { 21 .cancel {
@@ -23,12 +23,12 @@ @@ -23,12 +23,12 @@
23 } 23 }
24 } 24 }
25 25
26 -@keyframes product-status-ok-animate { 26 +@-webkit-keyframes product-status-ok-animate {
27 0% { 27 0% {
28 transform: scale(1); 28 transform: scale(1);
29 } 29 }
30 30
31 - 50% { 31 + 70% {
32 transform: scale(1.05); 32 transform: scale(1.05);
33 } 33 }
34 34
@@ -144,7 +144,7 @@ @@ -144,7 +144,7 @@
144 top: 350px; 144 top: 350px;
145 } 145 }
146 146
147 -.fellow-guide-bg { 147 +.js-fellow-guide-bg {
148 width: 100%; 148 width: 100%;
149 height: 100%; 149 height: 100%;
150 position: fixed; 150 position: fixed;
@@ -99,7 +99,7 @@ @@ -99,7 +99,7 @@
99 left: 0; 99 left: 0;
100 bottom: 0; 100 bottom: 0;
101 width: 100%; 101 width: 100%;
102 - height: 100px; 102 + height: 98px;
103 background-color: white; 103 background-color: white;
104 border-top: 1px solid #e0e0ee; 104 border-top: 1px solid #e0e0ee;
105 display: flex; 105 display: flex;