Browse Source

跳转商品分类url更新

feature/feature-compatible
wenghaocan 7 years ago
parent
commit
3ff2b83a49
1 changed files with 1 additions and 3 deletions
  1. 4
      src/view/home.vue

4
src/view/home.vue

@ -274,7 +274,7 @@
},
//
goods(c_no) {
window.location.href = locationUrl + '/goods-classify/' + this.merchantNo + '/' + this.districtId + '/' + c_no;
window.location.href = locationUrl + 'v2/goods-classify/' + this.merchantNo + '/' + this.districtId + '/' + c_no;
},
},
mounted() {
@ -582,6 +582,4 @@
height: 1.74rem;
}
}
</style>
Loading…
Cancel
Save