C端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 line
237 B

  1. <view class="i-index-item i-class">
  2. <view class="i-index-item-header">{{name}}</view>
  3. <view class="i-index-item-content">
  4. <slot></slot>
  5. </view>
  6. </view>
  7. <wxs module="parse">
  8. module.exports = {
  9. }
  10. </wxs>