获取移动端活动对应产品列表--主险列表区分:活动下的产品和普通产品

This commit is contained in:
liyuetong
2021-07-09 17:53:27 +08:00
parent 3949ca217b
commit af85db0524
4 changed files with 151 additions and 71 deletions

View File

@@ -19,6 +19,15 @@ export function mainRiskList(data) {
})
}
//移动端活动对应产品列表
export function getActProductList(data) {
return request({
url: getUrl(`/sale/activity/getActProductList`, 1),
// url: getUrl(`/${localStorage.isFrom}/product/getMainRiskLst`, 1),
method: 'post',
data
})
}
//试算
export function trial(data) {
return request({