方法1(简单,但不推荐)mounted() { // 2. 在mounted阶段声明globalFn,来调用组件内的方法window.globalFn = () => { this.getDetail() }},methods: ...
確定! 回上一頁