@@ -225,7 +225,7 @@ export default {
//关闭弹窗
handleClosePopAudio(){
- this.$store.commit('closePopAudio')
+ this.globalBgMusic.stop()
},
//点击展开
@@ -313,7 +313,9 @@ page{
.report-list-wrap{
.item{
- margin-bottom: 40rpx;
+ margin-bottom: 30rpx;
+ padding-bottom: 30rpx;
+ border-bottom: 1px solid #EDEDED;
.img{
width: 118rpx;
height: 118rpx;