@@ -98,5 +98,14 @@
color: rgba(16,16,16,1);
font-size: 32rpx;
margin-right: 32rpx;
- }
+ }
+ .uni-icon-success-no-circle:before {
+ content: "" !important ;
+ display: none;
+ .uni-toast .uni-toast__content{
+ margin: -10px 1px 10px 1px;
+
</style>
@@ -116,7 +116,7 @@
uni.hideLoading();
uni.showToast({
icon: "none",
- title: "登录失败"
+ title: error?error:"登录失败"
})
@@ -126,6 +126,8 @@
</script>
<style lang="scss" scoped>
page{
background-color: #fff;
padding-top: 160rpx;