mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-24 21:52:53 +08:00
[fix] 修改 商品商城->VIP专区, 分享会获取上一次的分享时保存的账号密码
This commit is contained in:
@@ -27,3 +27,12 @@ export function saveShareTrack(data) {
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
// 获取账号密码以用于回显
|
||||
export function getPassword(data) {
|
||||
return request({
|
||||
url: getUrl('/customer/shop/getPassword', 1),
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user