fix: 修改字段

This commit is contained in:
zhangds 2024-02-25 17:02:13 +08:00
parent 47074f9ac9
commit d521ca663a
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@
state.useMarkUrl = res.data[0].entity.detail_url; state.useMarkUrl = res.data[0].entity.detail_url;
state.type = res.data[0].type; // 1商品 2立减金 3红包 -> 兑换码类型 state.type = res.data[0].type; // 1商品 2立减金 3红包 -> 兑换码类型
state.channel = res.data[0].entity.channel; // 1支付宝 2微信 3云闪付 -> 渠道平台 state.channel = res.data[0].entity.channel; // 1支付宝 2微信 3云闪付 -> 渠道平台
state.receive_mode = res.data[0].entity.reactive; // 1官方领取 2账号领取 -> 领取方式 state.receive_mode = res.data[0].entity.receive_mode; // 1官方领取 2账号领取 -> 领取方式
} }
} else { } else {