Browse Source

抽奖页面

DESKTOP-O04BTUJ\muzen 3 years atrás
parent
commit
6b95fccb44
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/pages/lottery/index.vue

+ 3 - 3
src/pages/lottery/index.vue

@@ -88,10 +88,10 @@ export default {
     this.getList()
     this.getList()
   },
   },
   methods: {
   methods: {
-    getios(){
-      window.getUserInfo = res => {
+    getios() {
+      window.getUserInfo((res) => {
         console.log(res);
         console.log(res);
-      }
+      })
     },
     },
 
 
     getA() {
     getA() {