Merge remote-tracking branch 'yudao/develop'
# Conflicts: # pages.json # pages/activity/point/list.vuepull/107/head
commit
cf6b26e565
|
@ -17,11 +17,7 @@ const PointApi = {
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
// 获得积分商城活动明细
|
||||||
* 获得积分商城活动明细
|
|
||||||
* @param {number} id 积分商城活动编号
|
|
||||||
* @return {*}
|
|
||||||
*/
|
|
||||||
getPointActivity: (id) => {
|
getPointActivity: (id) => {
|
||||||
return request({
|
return request({
|
||||||
url: 'promotion/point-activity/get-detail',
|
url: 'promotion/point-activity/get-detail',
|
||||||
|
|
Loading…
Reference in New Issue