测试分支提交,详情页字段修改

This commit is contained in:
落日晚风
2023-10-31 10:09:45 +08:00
parent 150e56fce3
commit 6a327ac0e7
3 changed files with 9 additions and 6 deletions
+2 -2
View File
@@ -40,8 +40,8 @@ export default {
// 商品评价列表
comment: (id, params = {}) =>
request({
url: 'goods/comment/' + id,
request2({
url: 'product/comment/list?spuId=' + id,
method: 'GET',
params,
custom: {