fix: 代客下单可选套餐确定无法点击,优惠价格计算

This commit is contained in:
2025-03-11 11:30:02 +08:00
parent 8bec7f1f6c
commit 4e956987d5
8 changed files with 258 additions and 105 deletions

View File

@@ -13,7 +13,7 @@ const Api = {
update(data: any) {
return request<any>({
url: `${baseURL}`,
method: "put",
method: "post",
data
});
},