@@ -78,7 +78,7 @@ export const columns = (props: { appType: any}): ProColumns<any>[] => {
// },
{
title: 'ios支付版本号',
- tooltip: "ios的特殊性,此版本号与IOS支付模块关联,小程序版本号<=此版本号IOS才会出现支付功能,(微信)小程序发布线上后必须设置",
+ tooltip: "ios的特殊性,此版本号与IOS支付模块关联,应用版本号<=此版本号IOS才会出现支付功能,(微信)小程序发布线上后必须设置",
dataIndex: 'iosPayment',
align: "center",
hideInSearch: true,
@@ -56,7 +56,7 @@ export const columns = (props: { appType: any, setOpenTalbe: (v: any) => void })
},
@@ -69,7 +69,7 @@ const Page: React.FC = () => {
maskClosable={false}
width={350}
title="企微管理员扫码授权">
- <QRCode size={300} type="svg" value="https://ant.design/" onRefresh={auth} status={codeState} />
+ <QRCode size={300} type="svg" value={codeOpen} onRefresh={auth} status={codeState} />
</Modal>
</PageContainer>