|
@@ -208,6 +208,7 @@
|
|
|
<script>
|
|
|
import { mapState, mapMutations } from 'vuex'
|
|
|
import modalLayer from '@/components/modal-layer'
|
|
|
+import wxLogin from '@/common/config/wxLogin.js'
|
|
|
export default {
|
|
|
components: {
|
|
|
modalLayer
|
|
@@ -291,6 +292,7 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
onLoad() {
|
|
|
+ wxLogin.wxLoginAuthorize()
|
|
|
this.getUserSuperPackage()
|
|
|
},
|
|
|
filters: {
|