No Description

index.js 2.5KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. 'use strict';
  2. Object.defineProperty(exports, '__esModule', { value: true });
  3. require('./_commonjsHelpers-4ed3570f.js');
  4. require('react');
  5. require('./index-c2424ad4.js');
  6. require('./style-inject.es-dcee06b6.js');
  7. require('./test-029f205d.js');
  8. require('./utils-4bc17ae2.js');
  9. var ConsumeListView = require('./ConsumeListView/index.js');
  10. var PayPlatformOptions = require('./PayPlatformOptions/index.js');
  11. require('antd');
  12. var PriceOptions = require('./PriceOptions/index.js');
  13. var WaitPayInfoView = require('./WaitPayInfoView/index.js');
  14. // type TransmitImgTxtData = {
  15. // user_id?: string|number;
  16. // anonymity?: boolean;
  17. // avatar?: string;
  18. // nickname?: string;
  19. // is_long?: boolean;
  20. // }
  21. // interface TransmitCardProps {
  22. // type: TransmitType;
  23. // data: TransmitImgTxtData;
  24. // }
  25. // export class TransmitCard extends React.PureComponent<TransmitCardProps, {}> {
  26. // renderVideo() {
  27. // return <div className={styles.transmitVideoCard}>Video</div>;
  28. // }
  29. // renderImgTxt() {
  30. // const { data } = this.props;
  31. // const {
  32. // user_id,
  33. // anonymity,
  34. // avatar,
  35. // nickname,
  36. // is_long,
  37. // } = data;
  38. // return (
  39. // <div className={styles.transmitImgTxtCard}>
  40. // <div className={styles.header}>
  41. // <UserLink user_id={user_id} anonymity={anonymity}>
  42. // <Avatar
  43. // id={user_id}
  44. // image={avatar}
  45. // follow={false}
  46. // size="cover"
  47. // className={styles.ava}
  48. // anonymity={anonymity}
  49. // />
  50. // </UserLink>
  51. // <div className={styles.nickname}>
  52. // <UserLink user_id={user_id} anonymity={anonymity}>
  53. // {nickname}
  54. // </UserLink>
  55. // </div>
  56. // <div className={styles.type}>
  57. // {is_long
  58. // ? intl.get('bilingually.imgtxt.article')
  59. // : intl.get('bilingually.imgtxt')}
  60. // </div>
  61. // </div>
  62. // </div>
  63. // );
  64. // }
  65. // render() {
  66. // const { type } = this.props;
  67. // if (type === 'imgTxt') {
  68. // this.renderImgTxt();
  69. // }
  70. // if (type === 'shortVideo' || type === 'microVideo') {
  71. // this.renderVideo();
  72. // }
  73. // return null;
  74. // }
  75. // }
  76. var Test = "TestComponent";
  77. exports.ConsumeListView = ConsumeListView.default;
  78. exports.PayPlatformOptions = PayPlatformOptions.default;
  79. exports.PriceOptions = PriceOptions.default;
  80. exports.WaitPayInfoView = WaitPayInfoView.default;
  81. exports.Test = Test;
  82. //# sourceMappingURL=index.js.map