fix: 代客下单可选套餐确定无法点击,优惠价格计算
This commit is contained in:
@@ -13,7 +13,7 @@ const Api = {
|
||||
update(data: any) {
|
||||
return request<any>({
|
||||
url: `${baseURL}`,
|
||||
method: "put",
|
||||
method: "post",
|
||||
data
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user