修改小程序bug
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user