完成直播模块功能开发

This commit is contained in:
Gaoxs
2020-09-09 19:59:14 +08:00
parent 69e3d5cc59
commit f05af3c3f7
9 changed files with 246 additions and 83 deletions

View File

@ -60,7 +60,6 @@
created() {},
watch: {
detail(next) {
console.log(next)
this.goodsList = this.sortData(next, 4);
}
},
@ -212,5 +211,9 @@
}
}
}
.min-goods{
margin-right: 22rpx;
}
}
</style>