Authored by 郭成尧

shop-fav-bug

... ... @@ -52,6 +52,9 @@ require('../../common');
$.ajax({
type: 'GET',
url: '/product/index/shopAppCookie',
xhrFields: {
withCredentials: true
},
error: function() {
tip.show('网络断开连接了~');
}
... ... @@ -61,6 +64,9 @@ require('../../common');
$.ajax({
type: 'GET',
url: '/product/index/shopFav',
xhrFields: {
withCredentials: true
},
data: {
shopId: $('.shopid').val(),
},
... ...