This commit is contained in:
2024-01-19 17:07:00 +08:00
parent 7dd7ca2bd5
commit cb4142ab6f
3 changed files with 58 additions and 28 deletions

View File

@@ -84,9 +84,9 @@
})
},
async toLogin() {
// uni.redirectTo({
// url: '/pages/home/home'
// })
uni.redirectTo({
url: '/pages/home/home'
})
this.disabled = true
if (this.user === '') {
uni.showToast({
@@ -143,11 +143,11 @@
<style lang="stylus" scoped>
@import '../../common/style/mixin.styl';
.p1
_font(60rpx,75rpx,#444)
_font(40rpx,75rpx,#444,666)
padding-top: 90rpx
.p2
_font(50rpx,1,#444)
padding: 40rpx 0 25rpx
_font(52rpx,1,#444,600)
padding: 10rpx 0 55rpx 0
.input-box
_fj()
margin-top 68rpx
@@ -182,6 +182,9 @@
.zd_content
position: relative
height: 100%
padding-left 40rpx
padding-right 40rpx
background linear-gradient(to bottom, #f8e6db 0%, #f6f6f6 30%, #f6f6f6 100%)
overflow: hidden
.version-name
width 100%