提交 40343226 编写于 作者: C chenruilong

1.0.18

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