...
|
...
|
@@ -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(),
|
|
|
},
|
...
|
...
|
|