Browse Source

优化

feature/feature-compatible
wenghaocan 7 years ago
parent
commit
88a45a57ed
1 changed files with 5 additions and 2 deletions
  1. 7
      src/view/goods-classify.vue

7
src/view/goods-classify.vue

@ -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 {

Loading…
Cancel
Save