hejie 3 роки тому
батько
коміт
9ad9546d9d
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      src/pages/my/login.vue

+ 2 - 2
src/pages/my/login.vue

@@ -87,7 +87,7 @@ export default {
             });
         },
         getuserInfo() {
-            post("/user/userinfo").then((res) => {
+            post("user/userinfo").then((res) => {
                 if (res.code === 0) {
                     uni.setStorageSync('userinfo', res.data.data);
 
@@ -117,7 +117,7 @@ export default {
             }).then((res) => {
                 if (res.code === 0) {
 
-                    this.formD2.captcha = res.data.code
+                    // this.formD2.captcha = res.data.code
 
                     let number = 59;
                     let as = setInterval(() => {