Commit de990e81 by 林翔

Merge branch 'lx_xinhot_h5_20190314'

parents 280c65f2 6d92da0c
Showing with 2 additions and 2 deletions
...@@ -9,7 +9,7 @@ var xinhot = { ...@@ -9,7 +9,7 @@ var xinhot = {
if( url.indexOf("/product") != -1 ){ if( url.indexOf("/product") != -1 ){
$.ajax({ $.ajax({
type: "POST", type: "POST",
url: "http://api.liexin.com/xht/company", url: "http://api.ichunt.com/xht/company",
dataType: "json", dataType: "json",
xhrFields: {withCredentials: true}, xhrFields: {withCredentials: true},
success:function(data){ success:function(data){
...@@ -71,7 +71,7 @@ var xinhot = { ...@@ -71,7 +71,7 @@ var xinhot = {
$.ajax({ $.ajax({
type: "POST", type: "POST",
url: "http://api.liexin.com/xht/companyinfo", url: "http://api.ichunt.com/xht/companyinfo",
data: {"com_id": brandId}, data: {"com_id": brandId},
dataType: "json", dataType: "json",
xhrFields: {withCredentials: true}, xhrFields: {withCredentials: true},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment