Commit a84cd73c authored by Mac's avatar Mac

发圈处理

parent 998ed530
...@@ -291,7 +291,7 @@ ...@@ -291,7 +291,7 @@
onLoad(option) { onLoad(option) {
console.log(option) console.log(option)
if(option && option.KeyWords){ if(option && option.KeyWords){
this.conMsg.KeyWords = option.KeyWords; // this.conMsg.KeyWords = option.KeyWords;
} }
if(option && option.GoodsId){ if(option && option.GoodsId){
this.conMsg.GoodsId = option.GoodsId; this.conMsg.GoodsId = option.GoodsId;
...@@ -356,6 +356,9 @@ ...@@ -356,6 +356,9 @@
}, },
(res) => { (res) => {
if (res.resultCode == 1) { if (res.resultCode == 1) {
if(this.conMsg.GoodsId!=0){
this.conMsg.GoodsId=0
}
this.dataList = this.dataList.concat(res.data.pageData); this.dataList = this.dataList.concat(res.data.pageData);
this.pageCount = res.data.pageCount; this.pageCount = res.data.pageCount;
} }
......
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