Authored by zhangxiaoru

微信分享

... ... @@ -8,7 +8,7 @@
module.exports = function() {
var $ = require('yoho-jquery');
var _weChatInterface = '/life/getSignPackage';
var _weChatInterface = '//m.yohobuy.com/life/getSignPackage';
$.getJSON(_weChatInterface + '?pageurl=' +
encodeURIComponent(location.href.split('#')[0]) + '&callback=?', function(json) {
... ...