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