Style(店铺):界面调整
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -64,6 +64,7 @@ function baseRequest(options) {
|
||||
uni.showToast({
|
||||
title: res.data.msg,
|
||||
icon: 'none',
|
||||
duration: 3000,
|
||||
success() {
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user