Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
郭成尧
8 years ago
Commit
d88bfddb7c9be340c8f9642ae232a69a0ce681ca
1 parent
0b18ce3a
shop-fav-bug
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
public/js/product/shop/shop.js
public/js/product/shop/shop.js
View file @
d88bfdd
...
...
@@ -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
(),
},
...
...
Please
register
or
login
to post a comment