底部占位符 + 按钮变好看
This commit is contained in:
@@ -20,6 +20,7 @@
|
|||||||
</view>
|
</view>
|
||||||
<t-divider content="✿✿✿---■Quinn■---✿✿✿" />
|
<t-divider content="✿✿✿---■Quinn■---✿✿✿" />
|
||||||
</view>
|
</view>
|
||||||
|
<view class="block-position"></view>
|
||||||
</view>
|
</view>
|
||||||
<t-empty wx:if="{{dataEmpty}}" t-class="empty-cls" icon="info-circle-filled" description="暂无纪念日" />
|
<t-empty wx:if="{{dataEmpty}}" t-class="empty-cls" icon="info-circle-filled" description="暂无纪念日" />
|
||||||
<t-fab icon="add" bind:click="handleClick"></t-fab>
|
<t-fab icon="add" bind:click="handleClick"></t-fab>
|
||||||
|
|||||||
@@ -28,3 +28,6 @@ image{
|
|||||||
.countdown {
|
.countdown {
|
||||||
margin-top: 5rpx;
|
margin-top: 5rpx;
|
||||||
}
|
}
|
||||||
|
.block-position{
|
||||||
|
height: 50rpx;
|
||||||
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<view class="inputClass">
|
<view class="inputClass">
|
||||||
<t-input label="用户名" placeholder="请输入用户名" maxlength="{{10}}" bindchange="inputChange" data-type='userName' clearable />
|
<t-input label="用户名" placeholder="请输入用户名" bindchange="inputChange" data-type='userName' clearable />
|
||||||
<t-input label="输入密码" placeholder="请输入密码" type="password" bindchange="inputChange" data-type='password' clearable />
|
<t-input label="密 码" placeholder="请输入密码" type="password" bindchange="inputChange" data-type='password' clearable />
|
||||||
<t-input placeholder="请输入验证码" bindchange="inputChange" data-type='code' label="验证码">
|
<t-input placeholder="请输入验证码" bindchange="inputChange" data-type='code' label="验证码">
|
||||||
<view slot="suffix">
|
<view slot="suffix">
|
||||||
<image
|
<image
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ Page({
|
|||||||
|
|
||||||
checkName() {
|
checkName() {
|
||||||
this.closeDialog();
|
this.closeDialog();
|
||||||
wx.navigateTo({url:"/pages/register/password/index?name=" + this.data.checkedName})
|
wx.redirectTo({url:"/pages/register/password/index?name=" + this.data.checkedName})
|
||||||
},
|
},
|
||||||
|
|
||||||
changeCheckEasy() {
|
changeCheckEasy() {
|
||||||
|
|||||||
@@ -8,6 +8,6 @@
|
|||||||
<view class="leaveTop">
|
<view class="leaveTop">
|
||||||
<t-result theme="success" title="成功" description="恭喜{{userName}}注册成功!" />
|
<t-result theme="success" title="成功" description="恭喜{{userName}}注册成功!" />
|
||||||
</view>
|
</view>
|
||||||
<view class="leaveTop">
|
<view class="leaveTop leave-button">
|
||||||
<t-button block theme="danger" bind:tap="toLongin">去登录>>></t-button>
|
<t-button block theme="danger" bind:tap="toLongin">去登录>>></t-button>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
.leaveTop{
|
.leaveTop{
|
||||||
margin-top: 88rpx;
|
margin-top: 88rpx;
|
||||||
}
|
}
|
||||||
|
.leave-button{
|
||||||
|
padding: 20rpx;
|
||||||
|
}
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ Page({
|
|||||||
},
|
},
|
||||||
|
|
||||||
toRegister(){
|
toRegister(){
|
||||||
wx.navigateTo({url:"/pages/register/ok/index?name=" + this.data.userName})
|
wx.redirectTo({url:"/pages/register/ok/index?name=" + this.data.userName})
|
||||||
}
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -7,9 +7,9 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="leaveTop">
|
<view class="leaveTop">
|
||||||
<t-input label="用户名" value="{{userName}}" disabled />
|
<t-input label="用户名" value="{{userName}}" disabled />
|
||||||
<t-input label="输入密码" placeholder="请输入密码" type="password" bindchange="inputChange" data-type='password' clearable />
|
<t-input label="设置密码" placeholder="请输入密码" type="password" bindchange="inputChange" data-type='password' clearable />
|
||||||
<t-input label="重复输入密码" placeholder="请重复输入密码" type="password" bindchange="inputChange" data-type='rePassword' clearable />
|
<t-input label="重复设置" placeholder="请重复输入密码" type="password" bindchange="inputChange" data-type='rePassword' clearable />
|
||||||
</view>
|
</view>
|
||||||
<view class="leaveTop">
|
<view class="leaveTop leave-button">
|
||||||
<t-button block theme="danger" bind:tap="toRegister">注册</t-button>
|
<t-button block theme="danger" bind:tap="toRegister">注册</t-button>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
.leaveTop{
|
.leaveTop{
|
||||||
margin-top: 88rpx;
|
margin-top: 88rpx;
|
||||||
}
|
}
|
||||||
|
.leave-button{
|
||||||
|
padding: 20rpx;
|
||||||
|
}
|
||||||
|
|||||||
@@ -40,6 +40,7 @@
|
|||||||
<t-icon wx:if="{{item.notification}}" name="notification"/>
|
<t-icon wx:if="{{item.notification}}" name="notification"/>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
<view class="block-position"></view>
|
||||||
</view>
|
</view>
|
||||||
</scroll>
|
</scroll>
|
||||||
</swiper-item>
|
</swiper-item>
|
||||||
|
|||||||
@@ -47,4 +47,6 @@ checkbox {
|
|||||||
.checkedBox .t-checkbox__content {
|
.checkedBox .t-checkbox__content {
|
||||||
text-decoration:line-through;
|
text-decoration:line-through;
|
||||||
}
|
}
|
||||||
|
.block-position{
|
||||||
|
height: 50rpx;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user