修改登录可能会出现的bug

master
lemon橪 2022-02-28 21:12:00 +08:00
parent 08fffade74
commit 63211457e4
3 changed files with 6 additions and 7 deletions

View File

@ -4,11 +4,9 @@
*/ */
// 开发环境 // 开发环境
const dev = { const dev = {
// common: "https://common-api.pickmall.cn", common: "https://common-api.pickmall.cn",
// buyer: "https://buyer-api.pickmall.cn", buyer: "https://buyer-api.pickmall.cn",
common: "http://192.168.111:8890",
buyer: "http://192.168.111:8888",
}; };
// 生产环境 // 生产环境

View File

@ -2,8 +2,8 @@
"name" : "lili商城", "name" : "lili商城",
"appid" : "__UNI__C100675", "appid" : "__UNI__C100675",
"description" : "", "description" : "",
"versionName" : "4.0.49", "versionName" : "4.2.4",
"versionCode" : 4000049, "versionCode" : 4000240,
"transformPx" : false, "transformPx" : false,
"app-plus" : { "app-plus" : {
"compatible" : { "compatible" : {

View File

@ -312,6 +312,7 @@ export default {
icon: "none", icon: "none",
}); });
this.flage = false; this.flage = false;
this.$refs.verification.getCode();
} }
} else { } else {
this.$u.toast("请倒计时结束后再发送"); this.$u.toast("请倒计时结束后再发送");