Commit 7fb7d38f authored by 黄奎's avatar 黄奎

页面修改

parent 09e96b93
...@@ -2155,20 +2155,13 @@ ...@@ -2155,20 +2155,13 @@
ico: "" ico: ""
} }
} else { } else {
let MarketingLogo = JSON.parse(this.addMsg.MarketingLogo) let MarketingLogo = JSON.parse(this.addMsg.MarketingLogo)
let obj=MarketingLogo let obj=MarketingLogo
this.addMsg.MarketingLogo = obj this.addMsg.MarketingLogo = obj
// this.addMsg.MarketingLogo = JSON.parse(this.addMsg.MarketingLogo)
console.log(this.addMsg.MarketingLogo)
} }
this.getSuggestPrice(); this.getSuggestPrice();
this.getFXDGradeList2(); this.getFXDGradeList2();
} }
} }
); );
}, },
......
...@@ -224,15 +224,12 @@ ...@@ -224,15 +224,12 @@
} }
this.apipost("/api/Statistics/GetSellPageList", this.msg, res => { this.apipost("/api/Statistics/GetSellPageList", this.msg, res => {
this.Listloading = false this.Listloading = false
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.tableData = res.data.data.pageData; this.tableData = res.data.data.pageData;
this.count = res.data.data.count; this.count = res.data.data.count;
} else { } else {
this.Info(res.data.message); this.Info(res.data.message);
} }
}) })
}, },
getIntegraStatisticslList(show = true) { getIntegraStatisticslList(show = true) {
...@@ -244,8 +241,6 @@ ...@@ -244,8 +241,6 @@
EndDate: this.msg.EndDate, EndDate: this.msg.EndDate,
OrderType: this.msg.OrderType, OrderType: this.msg.OrderType,
} }
this.apipost("/api/Statistics/GetSellOrder", Totalmsg, res => { this.apipost("/api/Statistics/GetSellOrder", Totalmsg, res => {
this.loading = false; this.loading = false;
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
...@@ -253,9 +248,7 @@ ...@@ -253,9 +248,7 @@
} else { } else {
this.Info(res.data.message); this.Info(res.data.message);
} }
}) })
if (show == true) { if (show == true) {
let Totalmsg2 = { let Totalmsg2 = {
PlatformType: this.msg.PlatformType, PlatformType: this.msg.PlatformType,
......
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