Browse Source

feat-修改登录H5

hejie 3 years ago
parent
commit
9ad9546d9d
1 changed files with 2 additions and 2 deletions
  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(() => {