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() this.fetchInnInfoList()
} }
}).catch(() => { }).catch(() => {
uni.hideLoading() setTimeout(() => {
uni.hideLoading()
}, 3000)
}) })
}, },
likeInfoItemHandle(item, index, value) { likeInfoItemHandle(item, index, value) {
@@ -1203,7 +1205,7 @@ export default {
z-index: 5; z-index: 5;
display: flex; display: flex;
align-items: center; align-items: center;
padding: 40rpx 32rpx; padding: 40rpx 10rpx 40rpx 32rpx;
color: #333; color: #333;
font-size: 14px; font-size: 14px;
.map-info-hd { .map-info-hd {
@@ -1220,16 +1222,16 @@ export default {
} }
.map-info-ft { .map-info-ft {
.item + .item { .item + .item {
margin: 0 0 0 36rpx; margin: 0 0 0 6rpx;
} }
.item { .item {
text-align: center; text-align: center;
font-weight: bold; font-weight: 500;
.img { .img {
display: block; display: block;
width: 72rpx; width: 96rpx;
height: 72rpx; height: 96rpx;
margin: 0 0 20rpx 0; margin: 0 0 -16rpx 0;
} }
} }
} }
+1
View File
@@ -64,6 +64,7 @@ function baseRequest(options) {
uni.showToast({ uni.showToast({
title: res.data.msg, title: res.data.msg,
icon: 'none', icon: 'none',
duration: 3000,
success() { success() {
} }
}) })