BIN
public/image/data01_01/btn_data01_01_back.png
Normal file
|
After Width: | Height: | Size: 2.9 KiB |
BIN
public/image/data01_01/btn_data01_01_next.png
Normal file
|
After Width: | Height: | Size: 2.9 KiB |
BIN
public/image/data01_01/ico_data01_01_screenshot_wup.png
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
public/image/data01_01/img_data01_01_evaluation_balloon_01.png
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
public/image/data01_01/img_data01_01_evaluation_balloon_02.png
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
BIN
public/image/data01_01/img_data01_01_evaluation_balloon_03.png
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
BIN
public/image/data01_01/img_data01_01_evaluation_balloon_04.png
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
public/image/data01_01/img_data01_01_evaluation_balloon_05.png
Normal file
|
After Width: | Height: | Size: 2 KiB |
BIN
public/image/data01_01/img_data01_01_evaluation_large_01.png
Normal file
|
After Width: | Height: | Size: 4.5 KiB |
BIN
public/image/data01_01/img_data01_01_evaluation_large_01h.png
Normal file
|
After Width: | Height: | Size: 5 KiB |
BIN
public/image/data01_01/img_data01_01_evaluation_large_02.png
Normal file
|
After Width: | Height: | Size: 4.9 KiB |
BIN
public/image/data01_01/img_data01_01_evaluation_large_02h.png
Normal file
|
After Width: | Height: | Size: 5.6 KiB |
BIN
public/image/data01_01/img_data01_01_evaluation_large_03.png
Normal file
|
After Width: | Height: | Size: 5.4 KiB |
BIN
public/image/data01_01/img_data01_01_evaluation_large_03h.png
Normal file
|
After Width: | Height: | Size: 5.7 KiB |
BIN
public/image/data01_01/img_data01_01_evaluation_large_04.png
Normal file
|
After Width: | Height: | Size: 5.2 KiB |
BIN
public/image/data01_01/img_data01_01_evaluation_large_04h.png
Normal file
|
After Width: | Height: | Size: 5.4 KiB |
BIN
public/image/data01_01/img_data01_01_evaluation_large_05.png
Normal file
|
After Width: | Height: | Size: 5.5 KiB |
BIN
public/image/data01_01/img_data01_01_evaluation_small_01.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
public/image/data01_01/img_data01_01_evaluation_small_01h.png
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
public/image/data01_01/img_data01_01_evaluation_small_02.png
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
public/image/data01_01/img_data01_01_evaluation_small_02h.png
Normal file
|
After Width: | Height: | Size: 2 KiB |
BIN
public/image/data01_01/img_data01_01_evaluation_small_03.png
Normal file
|
After Width: | Height: | Size: 2 KiB |
BIN
public/image/data01_01/img_data01_01_evaluation_small_03h.png
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
public/image/data01_01/img_data01_01_evaluation_small_04.png
Normal file
|
After Width: | Height: | Size: 2 KiB |
BIN
public/image/data01_01/img_data01_01_evaluation_small_04h.png
Normal file
|
After Width: | Height: | Size: 2 KiB |
BIN
public/image/data01_01/img_data01_01_evaluation_small_05.png
Normal file
|
After Width: | Height: | Size: 2 KiB |
BIN
public/image/placeholder/place_banner.png
Normal file
|
After Width: | Height: | Size: 649 B |
BIN
public/image/placeholder/place_game_screen_wii_u.png
Normal file
|
After Width: | Height: | Size: 244 B |
101
public/js/legal03_01.js
Normal file
|
|
@ -0,0 +1,101 @@
|
|||
$(function() {
|
||||
// -------------------------------------------------
|
||||
// main
|
||||
// -------------------------------------------------
|
||||
|
||||
var url = $.url();
|
||||
//set menubar
|
||||
var menu_bar;
|
||||
//購入フローから
|
||||
if(url.param('buying_section')==='law'){
|
||||
$.sessionStorage().setItem('buying_section',url.param('buying_section'));
|
||||
switch(url.param('type')){
|
||||
case'title':
|
||||
$.sessionStorage().setItem('addr_referrer','buy01_01.html?type='+url.param('type') +
|
||||
'&title='+url.param('title')+
|
||||
getCouponCodeUrlQuery() +
|
||||
'&buying_section='+url.param('buying_section'));
|
||||
break;
|
||||
case'aoc':
|
||||
$.sessionStorage().setItem('buying_aoc',url.param('aoc[]'));
|
||||
$.sessionStorage().setItem('addr_referrer','buy01_01.html?type='+url.param('type') +
|
||||
'&title='+url.param('title')+
|
||||
'&buying_section='+url.param('buying_section')+
|
||||
'&aoc[]='+url.param('aoc[]'));
|
||||
break;
|
||||
case'ticket':
|
||||
$.sessionStorage().setItem('buying_ticket',url.param('ticket'));
|
||||
$.sessionStorage().setItem('addr_referrer','buy01_01.html?type='+url.param('type') +
|
||||
'&title='+url.param('title')+
|
||||
'&buying_section='+url.param('buying_section')+
|
||||
'&ticket='+url.param('ticket'));
|
||||
break;
|
||||
case'demo':
|
||||
$.sessionStorage().setItem('addr_referrer','buy01_01.html?type='+url.param('type') +
|
||||
'&title='+url.param('title')+
|
||||
'&demo='+url.param('demo')+
|
||||
'&buying_section='+url.param('buying_section'));
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
menu_bar= new MenuBar(6, $.sessionStorage().getItem('addr_referrer'));
|
||||
//戻る
|
||||
}else if($.sessionStorage().getItem('buying_section')==='law'){
|
||||
menu_bar = new MenuBar(6);
|
||||
menu_bar.initBackEvt($.sessionStorage().getItem('addr_referrer'));
|
||||
//継続課金から
|
||||
}else if(url.param('seq')==='auto_billing'){
|
||||
menu_bar = new MenuBar(6);
|
||||
}else{
|
||||
menu_bar = new MenuBar(1);
|
||||
}
|
||||
|
||||
var nsuid = url.param('title');
|
||||
var type = url.param('type');
|
||||
var is_correct_type = (type === 'title' || type === 'aoc' || type === 'ticket');
|
||||
if (!is_correct_type) {
|
||||
// title, aoc, ticket 以外ならデフォルトのtitleにする
|
||||
type = 'title';
|
||||
}
|
||||
//特商法メッセージ取得
|
||||
var req_obj = {
|
||||
url : samuraiBase+'ws/' + country + '/title/' + nsuid + '/law_message',
|
||||
type : 'GET',
|
||||
data : {'lang':lang, content_type:type }
|
||||
};
|
||||
|
||||
//ajax
|
||||
$.getXml(req_obj)
|
||||
.done(
|
||||
function(xml){
|
||||
$('#sel_text').html($(xml).find('body').text().replace(/\n/g,'<br />\n'));
|
||||
}
|
||||
)
|
||||
.fail(
|
||||
function(xml){
|
||||
var error_code = $(xml.responseText).find('code').text();
|
||||
var error_msg = $(xml.responseText).find('message').text();
|
||||
setErrorHandler(prefixSamurai, error_code, error_msg, function(){});
|
||||
}
|
||||
);
|
||||
|
||||
// -------------------------------------------------
|
||||
// event
|
||||
// -------------------------------------------------
|
||||
|
||||
});
|
||||
|
||||
// -------------------------------------------------
|
||||
// functions
|
||||
// -------------------------------------------------
|
||||
|
||||
//history.back時の処理
|
||||
window.onpageshow = function(e) {
|
||||
if (e.persisted) {
|
||||
$('#sel_menu_bar .on').removeClass('on'); // SEE #11973
|
||||
}
|
||||
getBalance();
|
||||
//BGM
|
||||
setBGM('setting');
|
||||
};
|
||||