🦀️ fix: 修复bug
This commit is contained in:
parent
dc2e79b557
commit
efada266f4
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue