|
|
@@ -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(() => {
|