po18小说网 - 情欲工口 - 红妆在线阅读 - 13. 大婚+遇刺(剧情)

13. 大婚+遇刺(剧情)

  $("#books-order9278863").off("click").on("click", "#btn_submit_order",function(event) {

    var data = $("#books-order9278863").serializeArray();

    var url = 'https://o./order/buy_article';

    var item = $(this);

    // item.val("處理中...");

    item.prop( "disabled", true );

    $.ajax({

    url: url,

    type: 'post',

    dataType: 'json',

    data: data,

    crossDomain: true,

    xhrFields: {

    withCredentials: true

    },

    cache: false,

    headers: {'X-Requested-With': 'XMLHttpRequest'},

    success: function (response) {

    if (response.data.success == true) {

    $("#popo_stauts9278863").html(response.data.html);

    } else {

    alert(response.d