在李和弦充满压迫力的眼神下,领头的这个弟子,心理防线立刻就崩溃了,一五一十将事情的经过讲了出来。
通过对方的叙述,李和弦知道了沈韵在进入魔岩戈壁后的第一个黑夜,就遭到了一群恶魔的袭击。
不过沈韵本身阵法造诣惊人,依靠这份能力,她费尽力气,连续布下阵法,斩杀了一部分恶魔,困住了追赶自己的恶魔后,终于逃了出来。
不过这样一来 ...
window.sa&&sa.track('Books', {
'task': 'h5',
'guid': Q.guid,
'userid': Q.userInfo.userId,
'source': Q.getURI('hmsr'),
'pagetype': 'VIP章节未订阅',
'bookid': 1944137,
'bookname': '万仙王座',
'chapterid': '27755704',
'chaptername': '第39章 沈韵危机',
'class1': ['男生','女生','个性化'][2-2],
'class2': '仙侠武侠',
'class3': '仙侠武侠',
'authorid': '1829610',
'authorname': '流牙',
'iptype': 'VIP作品',
'url': location.href,
'referrer': document.referrer
});
订阅本章(9K币)
开通会员
var submit = function(text, isAllSub) {
var div = document.createElement('div');
var p = document.createElement('p');
p.innerHTML = text;
div.appendChild(p);
var label = document.createElement('label');
var isAuto = document.createElement('input');
isAuto.type = 'checkbox';
text = document.createTextNode('下次自动订阅');
label.appendChild(isAuto);
label.appendChild(text);
p = p.cloneNode(false);
p.appendChild(label);
div.appendChild(p);
Q.confirm(div, function(re){
if(re) {
var balance = 1;
var price = 9;
if(balance < price){
Q.confirm('您的余额不足, 是否去充值?', function(re) {
if(re) {
location.href = 'http://h5.17k.com/h5/pay/center.do?paramTag=999';
}
});
} else {
Q.ajax('/book/h5/subscribe.action', {
"chapterId": "27755704",
"isAllSub": isAllSub,
"isAutoSub": isAuto.checked
}, function(data) {
if(data.result) {
window.location.reload();
} else {
Q.alert('' + data.message + '');
}
}, 'json');
}
}
});
}