C端小程序
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

12 rader
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>