['我的资产-我的足迹']

This commit is contained in:
2021-09-17 10:21:39 +08:00
parent 0e7dcb68c7
commit 84698c20bf
13 changed files with 1249 additions and 39 deletions

View File

@@ -54,6 +54,17 @@ const chaineb = (data) => {
})
}
// 我的足迹
const browsers = (page) => {
return request({
url: 'mall/goods/browsers',
method: 'get',
data: {
page:page
}
})
}
export {
shopSubscribe,
@@ -61,5 +72,6 @@ export {
aboutUs,
getUserInfo,
getUserSettingInfo,
chaineb
chaineb,
browsers
}