@@ -16,6 +16,7 @@
<script>
import { mainGetMallPoster } from '@/api/main/index'
import { getWeixinId } from "@/api/invite/index";
+import { mapGetters } from "vuex";
export default {
data() {
return {
@@ -23,6 +24,9 @@ export default {
getappIdList: {}
}
},
+ computed: {
+ ...mapGetters({ loginInfo: "getLoginInfo" })
+ },
methods: {
init() {
this.getImg()