@@ -92,7 +92,7 @@ export default {
},
onLoad(options) {
this.classifyId=options.classifyId
- this.classifyName=options.classifyName
+ this.classifyName=decodeURIComponent(options.classifyName)
// 设置title
uni.setNavigationBarTitle({ title: decodeURIComponent(options.classifyName) })
this.getList()