@@ -59,7 +59,7 @@ export default {
},
methods: {
showAllShop(){
- getPtGhsShop().then(res=>{
+ getPtGhsShop({pageSize:100}).then(res=>{
this.shopData = res.data
})