Style(店铺):界面调整
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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() {
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user