...
|
...
|
@@ -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;
|
...
|
...
|
|