Style(店铺):界面调整

This commit is contained in:
lifizer
2024-03-25 16:30:50 +08:00
parent 08a1c20ac0
commit ed55ef1341
2 changed files with 10 additions and 7 deletions
+9 -7
View File
@@ -857,7 +857,9 @@ export default {
this.fetchInnInfoList()
}
}).catch(() => {
uni.hideLoading()
setTimeout(() => {
uni.hideLoading()
}, 3000)
})
},
likeInfoItemHandle(item, index, value) {
@@ -1203,7 +1205,7 @@ export default {
z-index: 5;
display: flex;
align-items: center;
padding: 40rpx 32rpx;
padding: 40rpx 10rpx 40rpx 32rpx;
color: #333;
font-size: 14px;
.map-info-hd {
@@ -1220,16 +1222,16 @@ export default {
}
.map-info-ft {
.item + .item {
margin: 0 0 0 36rpx;
margin: 0 0 0 6rpx;
}
.item {
text-align: center;
font-weight: bold;
font-weight: 500;
.img {
display: block;
width: 72rpx;
height: 72rpx;
margin: 0 0 20rpx 0;
width: 96rpx;
height: 96rpx;
margin: 0 0 -16rpx 0;
}
}
}
+1
View File
@@ -64,6 +64,7 @@ function baseRequest(options) {
uni.showToast({
title: res.data.msg,
icon: 'none',
duration: 3000,
success() {
}
})