C端小程序
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

6 年前
1234567891011
  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>