diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json index 81f13f4..ee5be77 100644 --- a/.hbuilderx/launch.json +++ b/.hbuilderx/launch.json @@ -2,6 +2,10 @@ // launchtype项可配置值为local或remote, local代表前端连本地云函数,remote代表前端连云端云函数 "version": "0.0", "configurations": [{ + "app-plus" : + { + "launchtype" : "local" + }, "default" : { "launchtype" : "local" diff --git a/components/shopro-auth-modal/shopro-auth-modal.vue b/components/shopro-auth-modal/shopro-auth-modal.vue index 162a664..2778d19 100644 --- a/components/shopro-auth-modal/shopro-auth-modal.vue +++ b/components/shopro-auth-modal/shopro-auth-modal.vue @@ -2,6 +2,288 @@ + + + + + 账号登录 + + 短信登录 + + + 如果未设置过密码,请点击忘记密码 + + + + 账号 + + + + + {{ form["accountLogin"].error.account || "" }} + + + + + 密码 + + + + + {{ form["accountLogin"].error.password || "" }} + + + + + + + + + + + + 账号登录 + + + 短信登录 + + + 未注册手机号请先点击下方立即注册 + + + + 手机号 + + + + {{ form["smsLogin"].error.mobile || "" }} + + + + 验证码 + + + + {{ form["smsLogin"].error.code || "" }} + + + + + + + + + 注册 + 请使用本人手机号完成注册 + + + + 手机号 + + + + {{ form["register"].error.mobile || "" }} + + + + 密码 + + + {{ form["register"].error.password || "" }} + + + + 验证码 + + + + {{ form["register"].error.code || "" }} + + + + + + + + 忘记密码 + 为了您的账号安全,修改密码前请先进行安全验证 + + + + 手机号 + + + + {{ form["forgotPwd"].error.mobile || "" }} + + + + + 验证码 + + + {{ form["forgotPwd"].error.code || "" }} + + + + + 密码 + + + + {{ form["forgotPwd"].error.password || "" }} + + + + + + + + + 绑定手机号 + 为了您的账号安全,请绑定手机号 + + + + 手机号 + + + + {{ form["bindMobile"].error.mobile || "" }} + + + + 验证码 + + + + {{ form["bindMobile"].error.code || "" }} + + + + + + + + 修改密码 + + + + + 旧密码 + + + + {{ form["changePwd"].error.oldPassword || "" }} + + + + + 新密码 + + + + {{ form["changePwd"].error.newPassword || "" }} + + + + + 确认密码 + + + + {{ form["changePwd"].error.reNewPassword || "" }} + + + + + + + + + diff --git a/pages/index/category/takeout-catgory.vue b/pages/index/category/takeout-catgory.vue index 2606088..ae3a4d2 100644 --- a/pages/index/category/takeout-catgory.vue +++ b/pages/index/category/takeout-catgory.vue @@ -509,7 +509,7 @@ .right-wrap { background-color: #21222B; height: 100%; - width: 100%; + width: calc(100% - 200rpx); .category-img { width: 505rpx;