需要訂閱后才能閱讀
訂閱本章
15.75書(shū)海幣
全本訂閱
6280.50書(shū)海幣
$(function(){
$("[buychapter]").one(click,function(e){
e.preventDefault();
layer.load(2,{shade:0.05});
GPage.buychapter($(this).data(href));
});
GPage.buychapter($("#buychapter").data(href));
autobuyswitch
$("#autobuy").change(function(){
if($(this).is(":checked")){
$("#buychapter").data(href,$(this).data(href1));
}else{
$("#buychapter").data(href,$(this).data(href2));
}
});
})