...
|
...
|
@@ -268,6 +268,6 @@ exports.getDownloadStr = function(isWechat) { |
|
|
exports.getAppPath = function() {
|
|
|
var appPath = document.getElementById('main-wrap').dataset.apppath;
|
|
|
|
|
|
appPath = (appPath || '').replace('yohobuy://yohobuy.com/goapp','') || 'openby:yohobuy={"action":"go.home","params":{"gender":"1","channel":"2"}}';
|
|
|
appPath = (appPath || '').replace('yohobuy://yohobuy.com/goapp?','') || 'openby:yohobuy={"action":"go.home","params":{"gender":"1","channel":"2"}}';
|
|
|
return appPath;
|
|
|
} |
...
|
...
|
|