diff --git a/src/components/combining/index.jsx b/src/components/combining/index.jsx index 6e938633..61e63675 100644 --- a/src/components/combining/index.jsx +++ b/src/components/combining/index.jsx @@ -447,6 +447,7 @@ const Combining = forwardRef((props, ref) => { {info.channel == 2 ? ( { setInfo({ is_webview: target.value }) }} diff --git a/src/components/knockGold/index.jsx b/src/components/knockGold/index.jsx index 59635654..f32548a4 100644 --- a/src/components/knockGold/index.jsx +++ b/src/components/knockGold/index.jsx @@ -822,13 +822,14 @@ export default class addKnockGold extends Component { )} - {this.state.model.channel == 2 && !this.props.combining ? ( + {this.state.model.channel == 2 && !this.props.combining && !this.props?.ysf ? ( { this.onHandleChange(target.value, "is_webview") }} value={this.state.model.is_webview} + disabled={!!this.props.data?.id} > 小程序 公众号 diff --git a/src/pages/exchangecode/combiningAdd/index.jsx b/src/pages/exchangecode/combiningAdd/index.jsx index e9a98417..87540135 100644 --- a/src/pages/exchangecode/combiningAdd/index.jsx +++ b/src/pages/exchangecode/combiningAdd/index.jsx @@ -1058,6 +1058,7 @@ export default class combiningAdd extends React.Component { {this.state.codeInfo.channel == 2 ? ( { this.handleChange(target.value, "is_webview") }}