Showing
1 changed file
with
2 additions
and
0 deletions
@@ -9,6 +9,8 @@ var $ = require('yoho-jquery'), | @@ -9,6 +9,8 @@ var $ = require('yoho-jquery'), | ||
9 | 9 | ||
10 | require('../common'); | 10 | require('../common'); |
11 | 11 | ||
12 | +window.setCookie('guangStarUid', window.queryString.uid); | ||
13 | + | ||
12 | // 星搭配收藏请求 | 14 | // 星搭配收藏请求 |
13 | $('.collocation-list,.detail-list').on('click', '.collection', function() { | 15 | $('.collocation-list,.detail-list').on('click', '.collection', function() { |
14 | var $that = $(this), | 16 | var $that = $(this), |
-
Please register or login to post a comment