index-tm-card-content.js 99 B

123456
  1. wx.createComponent({
  2. generic:true,
  3. props: {text:{type:null}},
  4. render: function(){}
  5. })