Commit defae2b3 authored by 黄媛媛's avatar 黄媛媛

update

parent 429d16fa
...@@ -403,7 +403,9 @@ export default { ...@@ -403,7 +403,9 @@ export default {
this.total = res.data.data.count; this.total = res.data.data.count;
this.loading = false; this.loading = false;
this.dataList.forEach(x=>{ this.dataList.forEach(x=>{
if(x.VisaOrderStatus!=2){
this.PreferPrice+=x.TotalPrice; this.PreferPrice+=x.TotalPrice;
}
this.IncomePrice+=(x.Income+x.PlatformTax-x.RefundMoney); this.IncomePrice+=(x.Income+x.PlatformTax-x.RefundMoney);
}) })
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment