mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-14 19:26:43 +08:00
产品列表修改
This commit is contained in:
@@ -302,9 +302,6 @@ export default {
|
|||||||
getList(params).then(res=>{
|
getList(params).then(res=>{
|
||||||
if(res.result == '0') {
|
if(res.result == '0') {
|
||||||
this.dataList4 = this.dataList4.concat(res.productList)
|
this.dataList4 = this.dataList4.concat(res.productList)
|
||||||
this.dataList4 = this.dataList4.concat(res.productList)
|
|
||||||
this.dataList4 = this.dataList4.concat(res.productList)
|
|
||||||
this.dataList4 = this.dataList4.concat(res.productList)
|
|
||||||
} else {
|
} else {
|
||||||
this.$toast(res.resultMessage)
|
this.$toast(res.resultMessage)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user