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

update

parent 429d16fa
...@@ -401,9 +401,11 @@ export default { ...@@ -401,9 +401,11 @@ export default {
}else{ }else{
this.dataList = res.data.data.pageData; this.dataList = res.data.data.pageData;
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=>{
this.PreferPrice+=x.TotalPrice; if(x.VisaOrderStatus!=2){
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