...
|
...
|
@@ -27,7 +27,9 @@ module.exports = { |
|
|
productLst: function(params) {
|
|
|
return api.get('', Object.assign({
|
|
|
method: 'app.search.newPromotion'
|
|
|
}, params)).then(res => {
|
|
|
}, params), {
|
|
|
cache: true
|
|
|
}).then(res => {
|
|
|
var data = [],
|
|
|
lst = (res.data && res.data.product_list) || [];
|
|
|
|
...
|
...
|
|