...
|
...
|
@@ -68,7 +68,6 @@ export default { |
|
|
productId: productId,
|
|
|
page: 1,
|
|
|
limit: 500,
|
|
|
debug: 'XYZ'
|
|
|
}
|
|
|
|
|
|
const result = await this.$api.post('/api/ufo/product/coupon', params);
|
...
|
...
|
@@ -82,7 +81,6 @@ export default { |
|
|
async fetchProductCouponTopList({ commit }, { productId }) {
|
|
|
let params = {
|
|
|
productId: productId,
|
|
|
debug: 'XYZ'
|
|
|
}
|
|
|
|
|
|
const result = await this.$api.post('/api/ufo/product/couponTopList', params);
|
...
|
...
|
|