목차
javascript - ajax 移动端请求失败??
ajax
javascript
php
是这样子的,我用chorme的移动调试可以成功地使用ajax,但是用手机(我的手机是华为mate7)打开执行则失效,这是为什么呢?
<code><script> $(".cRemind").click(function(){ // 后台下订单提醒功能 var phone = $("#phone").val();//客户填写的电话 var name = $('#name').val();//客户名字 var price_total=$(".part_total").html();//商品总价格 var city = $('#city').val(); //市 var curr_time = new Date();//下单时间 var times = curr_time.getFullYear()+"年"; times += curr_time.getMonth()+1+"月"; times += curr_time.getDate()+"日"; times += curr_time.getHours()+":"; times += curr_time.getMinutes()+":"; times += curr_time.getSeconds(); var type = $("[attr-select='1']").attr("attr-val");//支付方式 var phone_list1 ='137XXX'; var phone_list2 ='137XXX'; $.ajax({ url: 'http://ms.qq.com/sms/remind', type: "post", data:{phone: phone,name:name,price_total:price_total,times,times,city: city,type:type,phone_list:phone_list1}, dataType: "jsonp", cache: false }); $.ajax({ url: 'http://ms.qq.com/sms/remind', type: "post", data:{phone: phone,name:name,price_total:price_total,times,times,city: city,type:type,phone_list:phone_list2}, dataType: "jsonp", cache: false }); }) </script></code>
로그인 후 복사
로그인 후 복사
回复内容:
是这样子的,我用chorme的移动调试可以成功地使用ajax,但是用手机(我的手机是华为mate7)打开执行则失效,这是为什么呢?
<code><script> $(".cRemind").click(function(){ // 后台下订单提醒功能 var phone = $("#phone").val();//客户填写的电话 var name = $('#name').val();//客户名字 var price_total=$(".part_total").html();//商品总价格 var city = $('#city').val(); //市 var curr_time = new Date();//下单时间 var times = curr_time.getFullYear()+"年"; times += curr_time.getMonth()+1+"月"; times += curr_time.getDate()+"日"; times += curr_time.getHours()+":"; times += curr_time.getMinutes()+":"; times += curr_time.getSeconds(); var type = $("[attr-select='1']").attr("attr-val");//支付方式 var phone_list1 ='137XXX'; var phone_list2 ='137XXX'; $.ajax({ url: 'http://ms.qq.com/sms/remind', type: "post", data:{phone: phone,name:name,price_total:price_total,times,times,city: city,type:type,phone_list:phone_list1}, dataType: "jsonp", cache: false }); $.ajax({ url: 'http://ms.qq.com/sms/remind', type: "post", data:{phone: phone,name:name,price_total:price_total,times,times,city: city,type:type,phone_list:phone_list2}, dataType: "jsonp", cache: false }); }) </script></code>
로그인 후 복사
로그인 후 복사
按照你说的是在chrome中使可以的,但是在移动端就不行了。如果有抓包工具可以调试下, 请求是否异常等等。如果没有抓包工具,可以在代码中加入几个提示性的动作比如说alert(),在ajax中添加回调函数等等来进行调试,应该是很容易发现问题出在哪的。
ps: 还有两个建议就是你的下单总金额从前台传的话不安全,这个应该是服务端计算才好一点吧;第二个就是时间可能的话可以在服务端在进行入库,毕竟本地时间不知道是不是准确的。(个人建议哈)
본 웹사이트의 성명
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.

핫 AI 도구

Undresser.AI Undress
사실적인 누드 사진을 만들기 위한 AI 기반 앱

AI Clothes Remover
사진에서 옷을 제거하는 온라인 AI 도구입니다.

Undress AI Tool
무료로 이미지를 벗다

Clothoff.io
AI 옷 제거제

AI Hentai Generator
AI Hentai를 무료로 생성하십시오.

인기 기사
R.E.P.O. 에너지 결정과 그들이하는 일 (노란색 크리스탈)
2 몇 주 전
By 尊渡假赌尊渡假赌尊渡假赌
Repo : 팀원을 부활시키는 방법
4 몇 주 전
By 尊渡假赌尊渡假赌尊渡假赌
헬로 키티 아일랜드 어드벤처 : 거대한 씨앗을 얻는 방법
3 몇 주 전
By 尊渡假赌尊渡假赌尊渡假赌
스플릿 소설을이기는 데 얼마나 걸립니까?
3 몇 주 전
By DDD
R.E.P.O. 파일 저장 위치 : 어디에 있고 그것을 보호하는 방법은 무엇입니까?
3 몇 주 전
By DDD

뜨거운 도구

메모장++7.3.1
사용하기 쉬운 무료 코드 편집기

SublimeText3 중국어 버전
중국어 버전, 사용하기 매우 쉽습니다.

스튜디오 13.0.1 보내기
강력한 PHP 통합 개발 환경

드림위버 CS6
시각적 웹 개발 도구

SublimeText3 Mac 버전
신 수준의 코드 편집 소프트웨어(SublimeText3)

뜨거운 주제
Gmail 이메일의 로그인 입구는 어디에 있나요?
7315
9


자바 튜토리얼
1625
14


Cakephp 튜토리얼
1348
46


라라벨 튜토리얼
1260
25


PHP 튜토리얼
1207
29



Ubuntu 및 Debian용 PHP 8.4 설치 및 업그레이드 가이드

PHP 개발을 위해 Visual Studio Code(VS Code)를 설정하는 방법
