async function emsFetch(url , param){ try { var _param = ''; if(param){ _param = param; } var response = await fetch(url + '?' + _param); const resText = await response.text(); return resText; } catch (error) { console.log('Ems Fetch Error:' + url); } } (async function(){ let current_Script = document.currentScript; if(typeof $ems === 'undefined'){ const jQueryTemp = await emsFetch('https://www21.easy-myshop.jp/ems/js/jquery-2.2.4.min.js'); eval(jQueryTemp); } (function($){ current_Script.insertAdjacentHTML('afterend', ''); }(jQuery)); var $helpful;if(typeof jQuery === 'undefined'){$helpful = $ems;}else{$helpful = jQuery;}(function($){function helpful(ele){ var href = location.href; href = 'https://kutsuhimo.easy-myshop.jp/c-member-login?redirect_url=' + encodeURIComponent(href); var dlgHtml = ''; if(!$('#review_login_conf').length){ dlgHtml += '
'; dlgHtml += 'ご利用するにはログインが必要です。'; dlgHtml += '
'; dlgHtml += ''; dlgHtml += ''; dlgHtml += '
'; dlgHtml += '
'; dlgHtml = '
' + dlgHtml + '
'; $('body').append(dlgHtml); $('#review_login_conf').emsDialog({width: 'auto',height: 'auto'}); } $('#review_login_conf').emsDialog('open'); event.stopPropagation();return;}this.helpful = helpful;}($helpful)); })();