Merge branch 'feature/GFRS-502_【0206】国富人寿富娃娃两全保险(万能型)' into release/【0210】

# Conflicts:
#	src/views/ebiz/common/CalculatePremium.vue
This commit is contained in:
yuweiqi
2020-02-10 17:26:11 +08:00
14 changed files with 506 additions and 153 deletions

View File

@@ -27,3 +27,12 @@ export function getPosterInfo(data) {
data
})
}
// 获取分享图片
export function shareUrl(data) {
return request({
url: getUrl('/media/pster/shareUrl', 1),
method: 'post',
data
})
}