|
@@ -1034,7 +1034,7 @@
|
|
cPrice = (Number(cPrice) + Number(proPrice)).toFixed(1);
|
|
cPrice = (Number(cPrice) + Number(proPrice)).toFixed(1);
|
|
}
|
|
}
|
|
if(cPrice <= 0){
|
|
if(cPrice <= 0){
|
|
- cPrice = 0;
|
|
|
|
|
|
+ cPrice = (0).toFixed(2);
|
|
}
|
|
}
|
|
$(".finally_price").html("¥"+cPrice);
|
|
$(".finally_price").html("¥"+cPrice);
|
|
//
|
|
//
|
|
@@ -1175,7 +1175,7 @@
|
|
newbuyset.buyerclasscount = oldset.buyerclasscount;
|
|
newbuyset.buyerclasscount = oldset.buyerclasscount;
|
|
newbuyset.citys = oldset.citys;
|
|
newbuyset.citys = oldset.citys;
|
|
// let buyset = oldBuyset
|
|
// let buyset = oldBuyset
|
|
- console.log("11111",newbuyset)
|
|
|
|
|
|
+ // console.log("11111",newbuyset)
|
|
if(sessionStorage.vipSubSelectAreaAdd!==undefined&&sessionStorage.vipSubSelectAreaAdd!==""){
|
|
if(sessionStorage.vipSubSelectAreaAdd!==undefined&&sessionStorage.vipSubSelectAreaAdd!==""){
|
|
let addbuyset = JSON.parse(sessionStorage.vipSubSelectAreaAdd);
|
|
let addbuyset = JSON.parse(sessionStorage.vipSubSelectAreaAdd);
|
|
if(addbuyset.country !== -1){
|
|
if(addbuyset.country !== -1){
|