Commit 0afa4423 authored by yanghui's avatar yanghui

http域名修复

parent e6668425
...@@ -196,7 +196,8 @@ var get_wechat_info = function() ...@@ -196,7 +196,8 @@ var get_wechat_info = function()
} }
//微信数据请求URL //微信数据请求URL
var url = 'http://weixinupload.house365.com/wechat_cache_image_new.php?callback=?'; var http_= window.location.protocol;
var url = http_+'//weixinupload.house365.com/wechat_cache_image_new.php?callback=?';
//获取已传图片,防止重复加载图片 //获取已传图片,防止重复加载图片
var image_arr = getUploadImageData(); var image_arr = getUploadImageData();
......
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 to comment