修改小程序bug

This commit is contained in:
邓洁
2023-02-25 16:32:35 +08:00
parent 8bdb156ec2
commit b439c3dd7a
7 changed files with 36 additions and 31 deletions

View File

@@ -280,11 +280,6 @@
</script>
<style lang="scss">
// .u-modal__content {
// padding: 43rpx 104rpx !important;
// text-indent: 25rpx;
// }
.collect {
display: flex;
position: absolute;
@@ -398,15 +393,16 @@
display: flex;
align-items: center;
padding: 24rpx 20rpx;
margin-top: 20rpx;
margin: 20rpx 0;
background-color: #fff;
.release {
padding: 0 10rpx 0 6rpx;
}
}
.footer {
position: absolute;
bottom: 0;

View File

@@ -141,6 +141,7 @@
getBanner() {
this.$apiServe.getBanner().then(res => {
let banner = res.data.data
console.log('轮播图', banner);
if (banner) {
for (const item of banner) {
item.img = this.imgUrl + item.img