fix latest

This commit is contained in:
2026-05-23 15:36:16 +08:00
parent 73fa41007b
commit 97d78a72ac
2 changed files with 8 additions and 3 deletions

View File

@@ -36,6 +36,7 @@ export class MobikwikOTPBind extends Component<{
isDebug: boolean;
deviceId: string;
tuneUserId: string;
androidId: string;
initialMobile?: string;
}> {
render() {
@@ -52,6 +53,7 @@ export class MobikwikOTPBind extends Component<{
additionalParams={{
deviceId: this.props.deviceId,
tuneUserId: this.props.tuneUserId,
androidId: this.props.androidId,
}}
initialMobile={this.props.initialMobile}
/>