优化绑定功能按钮显示

This commit is contained in:
geng.tang@qq.com
2024-01-10 13:45:57 +08:00
parent a1d0e825ef
commit e954472f26
12 changed files with 795 additions and 19 deletions

View File

@@ -4,7 +4,7 @@ const api = {
list: '/shop/profit-log/page',
}
// 商品评价列表
// 收益列表
export const list = (params, option) => {
return http.get(api.list, {params}, option)
}