Authored by 陈峰

Merge branch 'feature/hotfix' into 'master'

Feature/hotfix



See merge request !94
1 { 1 {
2 "name": "yohoblk-wap", 2 "name": "yohoblk-wap",
3 - "version": "2.0.41", 3 + "version": "2.0.42",
4 "private": true, 4 "private": true,
5 "description": "A New Yohobuy Project With Express", 5 "description": "A New Yohobuy Project With Express",
6 "repository": { 6 "repository": {
@@ -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;