[fix] 修改 商品商城->VIP专区, 分享会获取上一次的分享时保存的账号密码

This commit is contained in:
tian.guangyuan
2020-06-24 14:04:26 +08:00
parent c4da4b7746
commit 9cf8f73d52
3 changed files with 27 additions and 5 deletions

View File

@@ -27,3 +27,12 @@ export function saveShareTrack(data) {
data
})
}
// 获取账号密码以用于回显
export function getPassword(data) {
return request({
url: getUrl('/customer/shop/getPassword', 1),
method: 'post',
data
})
}