🐛 fix: 优惠券不展示领取方式

This commit is contained in:
wangsongsole 2023-11-22 15:44:19 +08:00
parent c595e7842e
commit 416af86599
1 changed files with 1 additions and 1 deletions

View File

@ -798,7 +798,7 @@ export default class addKnockGold extends Component {
<RadioButton value={"voucher_wechat_fjxw"}>福建兴旺</RadioButton> <RadioButton value={"voucher_wechat_fjxw"}>福建兴旺</RadioButton>
</RadioGroup> </RadioGroup>
</FormItem> </FormItem>
{this.state.model.channel == 1 ? ( {this.state.model.channel == 1 && !this.props.ysf ? (
<FormItem <FormItem
labelname="领取方式" labelname="领取方式"
prop="receive_mode" prop="receive_mode"