No Description

index.js 2.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  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-ed518bfc.js');
  9. var PaymentCommonCommonConsumeListView = require('./Payment-Common-common-ConsumeListView/index.js');
  10. var PaymentCommonCommonPayPlatformOptions = require('./Payment-Common-common-PayPlatformOptions/index.js');
  11. var PaymentCommonCommonPriceOptions = require('./Payment-Common-common-PriceOptions/index.js');
  12. var PaymentCommonCommonWaitPayInfoView = require('./Payment-Common-common-WaitPayInfoView/index.js');
  13. // type TransmitImgTxtData = {
  14. // user_id?: string|number;
  15. // anonymity?: boolean;
  16. // avatar?: string;
  17. // nickname?: string;
  18. // is_long?: boolean;
  19. // }
  20. // interface TransmitCardProps {
  21. // type: TransmitType;
  22. // data: TransmitImgTxtData;
  23. // }
  24. // export class TransmitCard extends React.PureComponent<TransmitCardProps, {}> {
  25. // renderVideo() {
  26. // return <div className={styles.transmitVideoCard}>Video</div>;
  27. // }
  28. // renderImgTxt() {
  29. // const { data } = this.props;
  30. // const {
  31. // user_id,
  32. // anonymity,
  33. // avatar,
  34. // nickname,
  35. // is_long,
  36. // } = data;
  37. // return (
  38. // <div className={styles.transmitImgTxtCard}>
  39. // <div className={styles.header}>
  40. // <UserLink user_id={user_id} anonymity={anonymity}>
  41. // <Avatar
  42. // id={user_id}
  43. // image={avatar}
  44. // follow={false}
  45. // size="cover"
  46. // className={styles.ava}
  47. // anonymity={anonymity}
  48. // />
  49. // </UserLink>
  50. // <div className={styles.nickname}>
  51. // <UserLink user_id={user_id} anonymity={anonymity}>
  52. // {nickname}
  53. // </UserLink>
  54. // </div>
  55. // <div className={styles.type}>
  56. // {is_long
  57. // ? intl.get('bilingually.imgtxt.article')
  58. // : intl.get('bilingually.imgtxt')}
  59. // </div>
  60. // </div>
  61. // </div>
  62. // );
  63. // }
  64. // render() {
  65. // const { type } = this.props;
  66. // if (type === 'imgTxt') {
  67. // this.renderImgTxt();
  68. // }
  69. // if (type === 'shortVideo' || type === 'microVideo') {
  70. // this.renderVideo();
  71. // }
  72. // return null;
  73. // }
  74. // }
  75. var Test = "TestComponent";
  76. exports.ConsumeListView = PaymentCommonCommonConsumeListView.default;
  77. exports.PayPlatformOptions = PaymentCommonCommonPayPlatformOptions.default;
  78. exports.PriceOptions = PaymentCommonCommonPriceOptions.default;
  79. exports.WaitPayInfoView = PaymentCommonCommonWaitPayInfoView.default;
  80. exports.Test = Test;
  81. //# sourceMappingURL=index.js.map