|
@@ -83,7 +83,7 @@ export default {
|
|
|
async initData(data) {
|
|
|
const userInfo = await this.$api.getStorage()
|
|
|
this.shopId = userInfo.shopId ? userInfo.shopId : 0
|
|
|
- this.productList = data.floorImageList4.splice(0,20)
|
|
|
+ this.productList = data.floorImageList4
|
|
|
console.log('==========',this.productList)
|
|
|
// if (this.productCount > 0) {
|
|
|
// this.productList.splice(0, this.productList.length)
|