Authored by 郝肖肖

Merge branch 'feature/yohoCoin' into release/5.2

@@ -302,7 +302,7 @@ var Order = { @@ -302,7 +302,7 @@ var Order = {
302 $('#biprice').find('.num-limit-coin').html(data.yohoCoinCompute.yoho_coin_pay_rule.num_limit); 302 $('#biprice').find('.num-limit-coin').html(data.yohoCoinCompute.yoho_coin_pay_rule.num_limit);
303 $('#biprice').find('.totalYohoCoinNum').html(data.yohoCoinCompute.totalYohoCoinNum); 303 $('#biprice').find('.totalYohoCoinNum').html(data.yohoCoinCompute.totalYohoCoinNum);
304 $('#biprice').find('.yohoCoinNum').html(data.yohoCoinCompute.yohoCoinNum); 304 $('#biprice').find('.yohoCoinNum').html(data.yohoCoinCompute.yohoCoinNum);
305 - $('#biprice').find('.yohoCoin').html(data.yohoCoinCompute.yohoCoin); 305 + $('#biprice').find('.yohoCoin').html('¥' + data.yohoCoinCompute.yohoCoin);
306 //有货币清零状态更新 end 306 //有货币清零状态更新 end
307 307
308 //使用的红包 308 //使用的红包
@@ -574,22 +574,14 @@ var Order = { @@ -574,22 +574,14 @@ var Order = {
574 574
575 // 修改有货币 575 // 修改有货币
576 $(document).on('click', '.bi-modify', function() { 576 $(document).on('click', '.bi-modify', function() {
577 -  
578 -  
579 - var $pan = $('.play-bi-pan');  
580 -  
581 - c.winShow($pan); 577 + c.winShow($('.play-bi-pan'));
582 }); 578 });
583 579
584 // 取消yoho 币 580 // 取消yoho 币
585 $('.cancel-bi').click(function() { 581 $('.cancel-bi').click(function() {
586 -  
587 -  
588 var $pan = $('.play-bi-pan'); 582 var $pan = $('.play-bi-pan');
589 var juanText; 583 var juanText;
590 584
591 - $('.errbitip').html('');  
592 -  
593 if ($('#biprice').hasClass('is-select')) { 585 if ($('#biprice').hasClass('is-select')) {
594 586
595 e.$loading.show(); 587 e.$loading.show();
@@ -197,9 +197,7 @@ var TicketCat = { @@ -197,9 +197,7 @@ var TicketCat = {
197 197
198 // 修改有货币 198 // 修改有货币
199 $(document).on('click', '.bi-modify', function() { 199 $(document).on('click', '.bi-modify', function() {
200 - var $pan = $('.play-bi-pan');  
201 -  
202 - c.winShow($pan); 200 + c.winShow($('.play-bi-pan'));
203 }); 201 });
204 202
205 // 取消yoho 币 203 // 取消yoho 币
@@ -207,7 +205,6 @@ var TicketCat = { @@ -207,7 +205,6 @@ var TicketCat = {
207 var $pan = $('.play-bi-pan'), 205 var $pan = $('.play-bi-pan'),
208 selectData = {}; 206 selectData = {};
209 207
210 - $('.errbitip').html('');  
211 el.$loading.show(); 208 el.$loading.show();
212 selectData = _this.getSelectData(); 209 selectData = _this.getSelectData();
213 selectData.yohoCoin = 0; 210 selectData.yohoCoin = 0;
@@ -334,7 +331,7 @@ var TicketCat = { @@ -334,7 +331,7 @@ var TicketCat = {
334 $('#biprice').find('.num-limit-coin').html(data.yohoCoinCompute.yoho_coin_pay_rule.num_limit); 331 $('#biprice').find('.num-limit-coin').html(data.yohoCoinCompute.yoho_coin_pay_rule.num_limit);
335 $('#biprice').find('.totalYohoCoinNum').html(data.yohoCoinCompute.totalYohoCoinNum); 332 $('#biprice').find('.totalYohoCoinNum').html(data.yohoCoinCompute.totalYohoCoinNum);
336 $('#biprice').find('.yohoCoinNum').html(data.yohoCoinCompute.yohoCoinNum); 333 $('#biprice').find('.yohoCoinNum').html(data.yohoCoinCompute.yohoCoinNum);
337 - $('#biprice').find('.yohoCoin').html(data.yohoCoinCompute.yohoCoin); 334 + $('#biprice').find('.yohoCoin').html('¥' + data.yohoCoinCompute.yohoCoin);
338 //有货币清零状态更新 end 335 //有货币清零状态更新 end
339 }, 336 },
340 getSelectData: function() { 337 getSelectData: function() {