|
@@ -70,7 +70,7 @@ function pay(url,mobile,type)
|
|
|
oPackage.price = $(this).data('price');
|
|
|
oPackage.package = $(this).data('package');
|
|
|
oPackage.url = $(this).data('url');
|
|
|
- $('#submit').html('确认支付¥' + oPackage.price);
|
|
|
+ $('#submit').html('确认支付¥' + oPackage.price.toFixed(2));
|
|
|
})
|
|
|
$('#paytype').on('click','[data-type]',function(){
|
|
|
$(this).addClass('active').siblings().removeClass('active');
|