|
@@ -198,7 +198,8 @@ $(".pay-item").on("tap", "ul", function() {
|
|
|
$(this).find("img").attr("src", "../../image/checked.png");
|
|
|
_dftPay = $(this).find("img").attr("tag");
|
|
|
if ( _dftPay == 'point' ) {
|
|
|
- $(".m-bottom").html("支 付 ( 圈币 "+_money * _ratio_points+" )");
|
|
|
+ var money=parseInt(_money * _ratio_points);
|
|
|
+ $(".m-bottom").html("支 付 ( 圈币 "+money+" )");
|
|
|
}else{
|
|
|
$(".m-bottom").html("支 付 ( ¥"+_money+" )");
|
|
|
}
|