| | |
| | | import { findAllCenterProduct, findDicByType } from "@/api/product"; |
| | | import productCard from "@/views/product/components/productCard"; |
| | | export default { |
| | | created() { |
| | | if (this.$route.query.keyWord) { |
| | | this.inputText = this.$route.query.keyWord; |
| | | } |
| | | }, |
| | | mounted() { |
| | | this.getDic(); |
| | | this.getProductList(); |
| | |
| | | .Content { |
| | | position: relative; |
| | | width: 1280px; |
| | | min-height: calc(100vh - 148px); |
| | | margin: 0 auto; |
| | | |
| | | .searchCard { |
| | |
| | | font-size: 14px; |
| | | border-radius: 0; |
| | | border: 1px solid #fff; |
| | | color: #3d3d3d; |
| | | |
| | | &.selected { |
| | | border: 1px solid #0065ff; |