|
@@ -274,7 +274,7 @@ export default {
|
|
|
},
|
|
|
//返回直播大厅
|
|
|
back() {
|
|
|
- this.$router.push({ path: '/halltwo/directTwo' });
|
|
|
+ this.$router.push({ path: '/halltwo/directTwo', query: { id: this.id } });
|
|
|
},
|
|
|
handleCurrentChange(skip) {
|
|
|
this.searchInfo({ skip });
|
|
@@ -511,7 +511,6 @@ export default {
|
|
|
.zj {
|
|
|
padding: 27px 10px;
|
|
|
.zjInfo {
|
|
|
- width: 48%;
|
|
|
padding: 20px 30px;
|
|
|
.img {
|
|
|
// width: 160px;
|