|
|
@@ -21,7 +21,6 @@
|
|
|
background: #3385ff;
|
|
|
border-radius: 50%;
|
|
|
}
|
|
|
-
|
|
|
}
|
|
|
}
|
|
|
.refund-item-list{
|
|
|
@@ -252,8 +251,9 @@ export default {
|
|
|
id: this.option.id
|
|
|
});
|
|
|
|
|
|
+ this.totalMoney = res.data.actPrice
|
|
|
+
|
|
|
this.product = res.data.product.map(ele=>{
|
|
|
- this.totalMoney = (Number(this.totalMoney) + Number(ele.price)).toFixed(2)
|
|
|
return {...ele,isActive:false,big:null,small:null}
|
|
|
})
|
|
|
console.log(this.product)
|