shish hace 4 años
padre
commit
6d01bb8ff4
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      hdApp/src/mixins/globalMixins.js

+ 3 - 0
hdApp/src/mixins/globalMixins.js

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