Commit 3a4f0fb8 authored by 华国豪's avatar 华国豪 🙄

修改优惠券列表删除调用接口错误

parent 447d37d1
......@@ -539,7 +539,7 @@ export default {
cancelButtonText: '取消',
type: 'warning'
}).then(() => {
this.apiJavaPost("/api/sell/coupon/updateUserCouponUseState", {couponAllotId: item.id, useState: 3,}, res => {
this.apiJavaPost("/api/sell/coupon/updateCouponStatus", {couponId: item.id, status: 3,}, res => {
if (res.data.resultCode === 1) {
this.Success(res.data.message);
this.getList();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment