🐛 fix: 优惠券不展示领取方式
This commit is contained in:
parent
c595e7842e
commit
416af86599
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue