前端:优惠劵领取界面(未完成)

This commit is contained in:
YunaiV
2019-04-07 02:34:45 +08:00
parent 989259de7e
commit 6cee744ec1
6 changed files with 37 additions and 8 deletions

View File

@@ -4,7 +4,7 @@ import request from "../config/request";
export function getBannerList() {
return request({
url: 'promotion-api/users/banner/list',
url: '/promotion-api/users/banner/list',
method: 'get',
});
}
@@ -13,7 +13,11 @@ export function getBannerList() {
export function getProductRecommendList() {
return request({
url: 'promotion-api/users/product_recommend/list',
url: '/promotion-api/users/product_recommend/list',
method: 'get',
});
}
}
// Coupon Template
// Coupon Card