guhongwei 5 år sedan
förälder
incheckning
b0d08f6e38
2 ändrade filer med 7 tillägg och 1 borttagningar
  1. 4 0
      README.md
  2. 3 1
      src/views/user/index.vue

+ 4 - 0
README.md

@@ -36,3 +36,7 @@ http://free.liaoningdoupo.com/api/auth/wxchattest?redirect_uri=http://localhost:
 展会vip用户
 http://free.liaoningdoupo.com/api/auth/wxchattest?redirect_uri=http://localhost:8002/live/index&type=0&openid=o3ORKtyLBFA09hrQM3F2mYAkexfo
 
+
+http://free.liaoningdoupo.com/api/auth/wxchattest?redirect_uri=http://localhost:8002/live/index&type=0&openid=o3ORKtyLBFA09hrQM3F2mYAkexfo
+
+

+ 3 - 1
src/views/user/index.vue

@@ -47,7 +47,9 @@ export default {
       imgUrl: require('@/assets/test.jpg'),
     };
   },
-  created() {},
+  created() {
+    console.log(this.user.uid);
+  },
   methods: {},
   computed: {
     ...mapState(['user']),