From 0878a204a8728a3ce134f36ad90f01ee5cd6dd4a Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Tue, 12 Mar 2024 15:45:27 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=80=EF=B8=8F=20fix:=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/combining/index.jsx | 1 + src/components/knockGold/index.jsx | 3 ++- src/pages/exchangecode/combiningAdd/index.jsx | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) 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") }}