🦀️ fix: 修复bug

This commit is contained in:
wangsongsole 2024-04-21 14:18:12 +08:00
parent dc2e79b557
commit efada266f4
1 changed files with 3 additions and 1 deletions

View File

@ -1642,7 +1642,9 @@ export default class addKnockGold extends Component {
<Card style={{ width: "70%", margin: "10px 0" }} title={"样式设置"}> <Card style={{ width: "70%", margin: "10px 0" }} title={"样式设置"}>
<Form ref="form3"> <Form ref="form3">
{this.state.model.channel == 2 || {this.state.model.channel == 2 ||
(this.state.model.channel == 1 && this.state.model.receive_mode == 1) ? ( (this.state.model.channel == 1 &&
this.state.model.receive_mode == 1 &&
!this.props.combining) ? (
<FormItem id="notice" labelname="使用须知" required=""> <FormItem id="notice" labelname="使用须知" required="">
<WangEditor <WangEditor
pageType="detaileditor1" pageType="detaileditor1"