| | |
| | | }) |
| | | } |
| | | |
| | | let miniable = '' |
| | | if (window.GLOB.WXApps) { |
| | | let apps = window.GLOB.WXApps.filter(app => app.appType === 'miniProgram') |
| | | |
| | | if (apps.length > 1) { |
| | | miniable = apps.map(app => `${app.appId}(${app.appName})`) |
| | | miniable = miniable.join(';') |
| | | } |
| | | } |
| | | |
| | | return ( |
| | | <Form {...formItemLayout}> |
| | | <Row gutter={24}> |
| | |
| | | </Col> : null} |
| | | {verify.wxNoteLink === 'miniProgram' ? <Col span={8}> |
| | | <Form.Item label={ |
| | | <Tooltip placement="top" title="可指定跳转小程序的ID,未设置时默认使用配置文件中的小程序ID。"> |
| | | <Tooltip placement="top" title={'可指定跳转小程序的ID,未设置时默认使用配置文件中的小程序ID。' + miniable}> |
| | | <QuestionCircleOutlined className="mk-form-tip" /> |
| | | 小程序ID |
| | | </Tooltip> |