king
2024-09-12 5466452f77890b1c04d138b52a5fce54cb6d298a
src/templates/zshare/verifycard/baseform/index.jsx
@@ -395,6 +395,16 @@
      })
    }
    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}>
@@ -764,7 +774,7 @@
          </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>