Showing
1 changed file
with
1 additions
and
1 deletions
@@ -4,7 +4,7 @@ | @@ -4,7 +4,7 @@ | ||
4 | const qs = require('yoho-qs'); | 4 | const qs = require('yoho-qs'); |
5 | 5 | ||
6 | const getAppPath = () => { | 6 | const getAppPath = () => { |
7 | - return document.getElementById("main-wrap").dataset.apppath || 'yohobuy://yohobuy.com/goapp?openby:yohobuy={"action":"go.home","params":{"gender":"1","channel":"2"}}'; | 7 | + return document.getElementById('main-wrap').dataset.apppath || 'yohobuy://yohobuy.com/goapp?openby:yohobuy={"action":"go.home","params":{"gender":"1","channel":"2"}}'; |
8 | }; | 8 | }; |
9 | 9 | ||
10 | if (qs.openapp) { | 10 | if (qs.openapp) { |
-
Please register or login to post a comment