Authored by lea guo

发现好货标题自定义

... ... @@ -29,13 +29,6 @@ export default {
sceneId: YAS.scene.list
};
},
// created() {
// // 自定义title
// const { title = "" } = this.yoho.context;
// this.title = title || "发现好货";
// },
mounted() {
// 自定义title
const { title = '' } = this.yoho.context;
... ...