提交 40343226 编写于 作者: C chenruilong

1.0.18

上级 312e20fe
## 1.0.18(2022.09-20)
- 修复 微信小程序 WXSS 编译报错bug
## 1.0.17(2022.09-19) ## 1.0.17(2022.09-19)
- 修复 无法退出登录的bug - 修复 无法退出登录的bug
## 1.0.16(2022-09-19) ## 1.0.16(2022-09-19)
......
// 隐藏 edge 浏览器的密码查看按钮 // 隐藏 edge 浏览器的密码查看按钮
// #ifdef H5
.input-box ::v-deep{ .input-box ::v-deep{
.uni-input-input[type="password"] { .uni-input-input[type="password"] {
&::-ms-reveal { &::-ms-reveal {
...@@ -6,6 +7,7 @@ ...@@ -6,6 +7,7 @@
} }
} }
} }
// #endif
.uni-content { .uni-content {
padding: 0 60rpx; padding: 0 60rpx;
......
{ {
"id": "uni-id-pages", "id": "uni-id-pages",
"displayName": "uni-id-pages", "displayName": "uni-id-pages",
"version": "1.0.17", "version": "1.0.18",
"description": "云端一体简单、统一、可扩展的用户中心页面模版", "description": "云端一体简单、统一、可扩展的用户中心页面模版",
"keywords": [ "keywords": [
"用户管理", "用户管理",
......
...@@ -31,7 +31,8 @@ ...@@ -31,7 +31,8 @@
<view class="link-box"> <view class="link-box">
<text class="link" @click="retrieveByPhone">通过手机验证码找回密码</text> <text class="link" @click="retrieveByPhone">通过手机验证码找回密码</text>
<view></view> <view></view>
</view> <text class="link" @click="backLogin">返回登录</text>
</view>
</match-media> </match-media>
</uni-forms> </uni-forms>
<uni-popup-captcha @confirm="submit" v-model="formData.captcha" scene="reset-pwd-by-sms" ref="popup"></uni-popup-captcha> <uni-popup-captcha @confirm="submit" v-model="formData.captcha" scene="reset-pwd-by-sms" ref="popup"></uni-popup-captcha>
...@@ -182,7 +183,12 @@ ...@@ -182,7 +183,12 @@
uni.navigateTo({ uni.navigateTo({
url: '/uni_modules/uni-id-pages/pages/retrieve/retrieve' url: '/uni_modules/uni-id-pages/pages/retrieve/retrieve'
}) })
} },
backLogin () {
uni.redirectTo({
url: '/uni_modules/uni-id-pages/pages/login/login-withpwd'
})
}
} }
} }
</script> </script>
...@@ -199,7 +205,7 @@ ...@@ -199,7 +205,7 @@
.uni-content{ .uni-content{
padding: 30px 40px 40px; padding: 30px 40px 40px;
} }
.link-box { .link-box {
/* #ifndef APP-NVUE */ /* #ifndef APP-NVUE */
display: flex; display: flex;
...@@ -208,7 +214,7 @@ ...@@ -208,7 +214,7 @@
justify-content: space-between; justify-content: space-between;
margin-top: 10px; margin-top: 10px;
} }
.link { .link {
font-size: 12px; font-size: 12px;
} }
......
...@@ -31,7 +31,8 @@ ...@@ -31,7 +31,8 @@
<view class="link-box"> <view class="link-box">
<text class="link" @click="retrieveByEmail">通过邮箱验证码找回密码</text> <text class="link" @click="retrieveByEmail">通过邮箱验证码找回密码</text>
<view></view> <view></view>
</view> <text class="link" @click="backLogin">返回登录</text>
</view>
</match-media> </match-media>
</uni-forms> </uni-forms>
<uni-popup-captcha @confirm="submit" v-model="formData.captcha" scene="reset-pwd-by-sms" ref="popup"></uni-popup-captcha> <uni-popup-captcha @confirm="submit" v-model="formData.captcha" scene="reset-pwd-by-sms" ref="popup"></uni-popup-captcha>
...@@ -206,7 +207,12 @@ ...@@ -206,7 +207,12 @@
uni.navigateTo({ uni.navigateTo({
url: '/uni_modules/uni-id-pages/pages/retrieve/retrieve-by-email' url: '/uni_modules/uni-id-pages/pages/retrieve/retrieve-by-email'
}) })
} },
backLogin () {
uni.redirectTo({
url: '/uni_modules/uni-id-pages/pages/login/login-withpwd'
})
}
} }
} }
</script> </script>
...@@ -231,7 +237,7 @@ ...@@ -231,7 +237,7 @@
justify-content: space-between; justify-content: space-between;
margin-top: 10px; margin-top: 10px;
} }
.link { .link {
font-size: 12px; font-size: 12px;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册