@@ -103,6 +103,9 @@ export default {
}
},
onShow(){
+ if (this.init) {
+ this.init()
+ }
methods: {
...mapActions(['setUserShopAll'])