var account = {? ? http:'http://192.168.1.117:81',? ? toast:function(str){? ? ? ? if($("body").find('.toast').length>0){? ? ? ? ? ? $("body").find('.toast').hide()? ? ? ? ? ? $div=$("<div>"+str+"</div>");? ? ? ? ? ? $div.addClass("toast").css("color","#fff");? ? ? ? ? ? $("body").append($div);? ? ? ? ? ? $div.fadeOut(4000,function(){? ? ? ? ? ? ? ? $(this).hide()? ? ? ? ? ? });? ? ? ? }else{? ? ? ? ? ? $div=$("<div>"+str+"</div>");? ? ? ? ? ? $div.addClass("toast").css("color","#fff");? ? ? ? ? ? $("body").append($div);? ? ? ? ? ? $div.fadeOut(4000,function(){? ? ? ? ? ? ? ? $(this).hide()? ? ? ? ? ? });? ? ? ? }? ? ? ??? ? },? ? order:function(){? ? var OrderNumber = $('.dingdan').val();? ? var state = $('.dinggou').val();? ? var brand = $('.pinpai').val();? ? var number = $('.shuliang').val();? ? var price = $('.jiage').val();? ? $.ajax({? ? ? ? url: './js/test.json',? ? ? ? type: 'post',? ? ? ? async: true,? ? ? ? dataType: 'json',? ? ? ? timeout: 10000,? ? ? ? data: {},? ? ? ? success:function(res){? ? ? ? ? ? $('.dingdan').html(res.OrderNumber)? ? ? ? ? ? $('.dinggou').html(res.state)? ? ? ? ? ? $('.pinpai').html(res.brand)? ? ? ? ? ? $('.shuliang').html(res.number)? ? ? ? ? ? $('.jiage').html(res.price)? ? ? ? }? ? })?? }}? ??account.order();<div class="content-son"> <div class="content-grandson-one"> <span class="dingdan">訂單編號(hào)(臨時(shí)):898989323232</span> <span class="dinggou">待訂購</span> </div> <div class="content-grandson-two"> <div> <span class="pinpai">品牌:代用名產(chǎn)品</span> <span class="shuliang">數(shù)量:9.8噸</span> </div> <div> <span class="riqi">數(shù)量:9.8噸</span> </div> </div> <div class="content-grandson-three"> <span class="jiage">價(jià)格:¥72625.00</span> </div> </div>
這個(gè)ajax為什么不行呢?
軟弱的讀書人
2018-03-20 09:30:42