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