笔趣阁H - 情欲工口 - 後果自负(1V1H)在线阅读 - 第95章 邀请

第95章 邀请

 {

    var data = $("#books-order7681170").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_stauts7681170").html(response.data.html);

    } else {

    alert(response.data.message);

    }

    // item.val("確定送出");

    item.prop( "