dougan1465 2018-07-05 21:56
浏览 50

ajax插入并选择连续不正常工作

I'm making a pos system. looking for a product in the search bar or entering the barcode, I create ajax requests: add the product to the cart (insert in pos) load the list in the cart (select pos)

the problem I'm seeing is that when I load the list, sometimes it skips the update request. i tried to use

$.when(func of add product).then(func of load list); 

and

$.ajax(... func of add product).done(func of load list); 

but nothing. How is it possible?

  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥15 动力学代码报错,维度不匹配
    • ¥15 Power query添加列问题
    • ¥50 Kubernetes&Fission&Eleasticsearch
    • ¥15 有没有帮写代码做实验仿真的
    • ¥15 報錯:Person is not mapped,如何解決?
    • ¥30 vmware exsi重置后登不上
    • ¥15 c++头文件不能识别CDialog
    • ¥15 Excel发现不可读取的内容
    • ¥15 关于#stm32#的问题:CANOpen的PDO同步传输问题
    • ¥20 yolov5自定义Prune报错,如何解决?