调整商品详情

This commit is contained in:
唐明明
2022-07-15 17:08:14 +08:00
parent 3d03979622
commit e0d6d82947
58 changed files with 124 additions and 91 deletions

View File

@@ -52,6 +52,10 @@ const lastLog = type => {
// 添加尿酸值
const AddlastLog = (user_case_id, data) => {
console.log(user_case_id)
console.log(data)
return request({
url: 'gout/result/' + user_case_id + '/logs',
method: 'POST',