|
@@ -229,7 +229,7 @@
|
|
|
const that = this;
|
|
|
that.$set(that, `marketList`, []);
|
|
|
that.$set(that, `skip`, 0)
|
|
|
- that.$set(that, `limit`, 6)
|
|
|
+ that.$set(that, `limit`, 10)
|
|
|
that.$set(that, `page`, 0)
|
|
|
},
|
|
|
// 清空总信息
|
|
@@ -240,7 +240,7 @@
|
|
|
that.$set(that, `typeList`, [])
|
|
|
that.$set(that, `active`, '0')
|
|
|
that.$set(that, `skip`, 0)
|
|
|
- that.$set(that, `limit`, 6)
|
|
|
+ that.$set(that, `limit`,10)
|
|
|
that.$set(that, `page`, 0)
|
|
|
},
|
|
|
// 搜索商品
|