|
@@ -134,15 +134,19 @@ export default {
|
|
|
value: this.$route.query.sort,
|
|
|
},
|
|
|
{
|
|
|
- key: '质地',
|
|
|
- value: this.$route.query.grain,
|
|
|
- },
|
|
|
- {
|
|
|
key: '尺寸',
|
|
|
value: [this.$route.query.long, this.$route.query.width, this.$route.query.tall].filter((item) => {
|
|
|
return !!item
|
|
|
}).join('*') + 'cm',
|
|
|
},
|
|
|
+ {
|
|
|
+ key: '质地',
|
|
|
+ value: this.$route.query.grain,
|
|
|
+ },
|
|
|
+ {
|
|
|
+ key: '级别',
|
|
|
+ value: '一级',
|
|
|
+ }
|
|
|
]
|
|
|
}
|
|
|
}
|