@@ -209,9 +209,7 @@
deviceNo: bizId
}).then(res => {
uni.hideLoading()
- if(res.status == 200) {
-
- } else {
+ if(res.status != 200) {
this.toashMsg(res.message)
setTimeout(()=>{
uni.reLaunch({
@@ -163,7 +163,7 @@
flex: 1;
flex-direction: column;
justify-content: space-between;
- padding: 0 20rpx;
+ padding: 20rpx;
.name {
font-size: 32rpx;
color: #000;