Jq 延时发送抢单请求 Jq 延时发送抢单请求

Jq 延时发送抢单请求

       // 延时发送抢单请求
        ajaxT = setTimeout(() => {
            $.ajax({
                url: "{:url('submit_order')}",
                type: "POST",
                dataType: "JSON",
                data: {},
                success: (res => {
                    console.log(res)
                    status = true
                    if (res.code == 0) {
                        QS_toast.show(res.info, true)
                        layer.close(lay)
                        sessionStorage.setItem('oid', res.oid);
                       let timer = setTimeout(() => {
                            location.href = `{:url('ctrl/order_info')}`
                        }, 1000) 
                    } else {
                        QS_toast.show(res.info, true)
                        layer.close(lay)
                    }

                }),
                error: (err => { console.log(err) })
            })
        },2000)

评论 0

挤眼 亲亲 咆哮 开心 想想 可怜 糗大了 委屈 哈哈 小声点 右哼哼 左哼哼 疑问 坏笑 赚钱啦 悲伤 耍酷 勾引 厉害 握手 耶 嘻嘻 害羞 鼓掌 馋嘴 抓狂 抱抱 围观 威武 给力
提交评论

清空信息
关闭评论