@ -84,7 +84,10 @@
methods:{
//返回上一页
goBack() {
history.go(-1)
// history.go(-1)
this.$router.push({
name: "首页"
});
},
// 取到路由带过来的参数
getParams () {
@ -254,7 +257,7 @@
position: relative;
padding: 0.16rem;
z-index: 1;
height: 1.87rem;
// height: 1.87rem;
box-sizing: border-box;
margin-bottom: 0.2rem;
.thumb {