Browse Source

no message

master
xpz2018 3 years ago
parent
commit
19457dcfaa
1 changed files with 2 additions and 2 deletions
  1. 4
      src/skin/js/custom.js

4
src/skin/js/custom.js

@ -269,10 +269,10 @@ $(window).load(function() {
})
$('#tp-submit').click(function(){
var form = {name: $("#name").val(), mobile: $("#mobile").val(), msg: $("#msg").val()}
var form = {name: $("#name").val(), mobile: $("#mobile").val(), content: $("#msg").val()}
$.ajax({
type: "post",
url: "https://api-client-yyt.qniao.cn/printing-packaging-factory-service/user/register/promote",
url: "https://api-client-yyt.qniao.cn/printing-packaging-factory-service/user/create/online-consultation",
headers: { 'X-APP-ID': '503258978847966407', 'Content-Type': 'application/json' },
data:JSON.stringify(form),
contentType: "application/json", //推荐写这个

Loading…
Cancel
Save