Showing
1 changed file
with
2 additions
and
0 deletions
@@ -208,6 +208,8 @@ | @@ -208,6 +208,8 @@ | ||
208 | shop_id: hrefParams.shop_id, | 208 | shop_id: hrefParams.shop_id, |
209 | shop_template_type: hrefParams.shop_template_type, | 209 | shop_template_type: hrefParams.shop_template_type, |
210 | shop_name: hrefParams.shop_name, | 210 | shop_name: hrefParams.shop_name, |
211 | + is_red_shop: hrefParams.is_red_shop ? hrefParams.is_red_shop : "", | ||
212 | + tj: hrefParams.tj ? hrefParams.tj : "", | ||
211 | } | 213 | } |
212 | } | 214 | } |
213 | 215 |
-
Please register or login to post a comment