DESKTOP-O04BTUJ\muzen hace 3 años
padre
commit
5a3b1e0b83
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      src/pages/lottery/index.vue

+ 2 - 0
src/pages/lottery/index.vue

@@ -91,6 +91,8 @@ export default {
   methods: {
     setUserInfo(e) {
       console.log(e);
+      console.log(JSON.parse(e));
+      console.log(JSON.stringify(e));
       this.prizes = []
       page(e).then(res => {
         console.log(res);