|
|
@@ -31,6 +31,9 @@ if (!gagajf.isNull(shareUrl) && _frontGb === 'M') {
|
|
|
var aosUrl = 'intent://style24://share?targetUrl=';
|
|
|
var iosUrl = 'style24://share?targetUrl=';
|
|
|
if (_osType === 'A') {
|
|
|
+ setTimeout(function () {
|
|
|
+ cfnGoToPage(_PAGE_MAIN);
|
|
|
+ }, 1500);
|
|
|
aosUrl += shareUrl + '#Intent;package=com.istyle24.commerce;scheme=style24;end';
|
|
|
location.href = aosUrl;
|
|
|
} else if (_osType === 'I') {
|