修改样式和提示
This commit is contained in:
parent
c0318072e4
commit
252e181057
@ -441,7 +441,7 @@
|
||||
}
|
||||
|
||||
.bindtitle {
|
||||
width: 500rpx;
|
||||
width: 470rpx;
|
||||
height: 50rpx;
|
||||
line-height: 70rpx;
|
||||
font-size: 24rpx;
|
||||
|
||||
@ -258,21 +258,19 @@
|
||||
}, 1000)
|
||||
|
||||
} else if (res.code == 500) {
|
||||
|
||||
uni.showToast({
|
||||
title: res.msg,
|
||||
duration: 2000,
|
||||
mask: true,
|
||||
icon: 'none'
|
||||
console.log('11111111')
|
||||
this.$refs.uToast.show({
|
||||
message: res.msg,
|
||||
type: 'error',
|
||||
duration: '2000'
|
||||
})
|
||||
}
|
||||
})
|
||||
}).catch(errors => {
|
||||
uni.showToast({
|
||||
title: errors,
|
||||
duration: 2000,
|
||||
mask: true,
|
||||
icon: 'none'
|
||||
this.$refs.uToast.show({
|
||||
message: errors,
|
||||
type: 'error',
|
||||
duration: '2000'
|
||||
})
|
||||
})
|
||||
|
||||
|
||||
@ -515,7 +515,7 @@
|
||||
}
|
||||
|
||||
.bindtitle {
|
||||
width: 500rpx;
|
||||
width: 470rpx;
|
||||
height: 50rpx;
|
||||
line-height: 70rpx;
|
||||
font-size: 24rpx;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user