|
@@ -11,7 +11,7 @@ class WechatShare
|
|
|
{
|
|
|
let sign_url = encodeURIComponent(surl.split('#')[0]);
|
|
|
let host = window.location.protocol + '//' + window.location.host;
|
|
|
- let url = host + "/mobile/index.php?act=mshop&op=signurl&client_type=ajax&sign_url="+sign_url+"&callback=";
|
|
|
+ let url = "http://p.lrlz.com/mobile/index.php?act=mshop&op=signurl&client_type=ajax&sign_url="+sign_url+"&callback=";
|
|
|
|
|
|
let pThis = this;
|
|
|
this.getJSONP(url, function (res)
|