Authored by 李奇

fix:goNewPage this

@@ -31,7 +31,7 @@ export default { @@ -31,7 +31,7 @@ export default {
31 }, 31 },
32 mounted() { 32 mounted() {
33 window.blkDocument = { 33 window.blkDocument = {
34 - goNewPage({url}) { 34 + goNewPage:({url}) => {
35 const $appLink = document.querySelector('#yoho-app-link'); 35 const $appLink = document.querySelector('#yoho-app-link');
36 36
37 $appLink.href = url; 37 $appLink.href = url;