Commit 51ed57cf authored by zhengke's avatar zhengke

s

parent 58f467e2
......@@ -211,7 +211,6 @@ export default {
this.apipost('dmcstatistics_post_GetNewLeaderPayStatics', this.msg, res => {
this.loading = false
if (res.data.resultCode == 1) {
console.log(res.data.data,'ressssssss');
this.dataList = res.data.data;
this.dataList.HotelList.forEach(x=>{
this.totalHotelPrice+=parseFloat(x.TotalPrice)
......@@ -238,7 +237,6 @@ export default {
}, res => {
if (res.data.resultCode == 1) {
this.nav = res.data.data;
console.log(this.nav,'navvvvvvv');
} else {
this.Error(res.data.message)
}
......
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