Showing
1 changed file
with
3 additions
and
1 deletions
@@ -110,7 +110,9 @@ $.ajax({ | @@ -110,7 +110,9 @@ $.ajax({ | ||
110 | withCredentials: true | 110 | withCredentials: true |
111 | }, | 111 | }, |
112 | data: { | 112 | data: { |
113 | - shop_id: shopId | 113 | + shop_id: shopId, |
114 | + order: '0', | ||
115 | + type: 'default' | ||
114 | }, | 116 | }, |
115 | success: function(result) { | 117 | success: function(result) { |
116 | let $result = $(result); | 118 | let $result = $(result); |
-
Please register or login to post a comment