C端小程序
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

3 行
115 B

  1. <view class="i-class i-message i-message-{{type}} {{ visible ? 'i-message-show' : '' }}">
  2. {{ content }}
  3. </view>