index.wxml 234 B

123456789
  1. <cu-custom bgColor="bg-gradual-blue">
  2. <view slot="content">菜单</view>
  3. </cu-custom>
  4. <veiw class="section">
  5. <view class="item">
  6. <image class="image" src="" mode="aspectFit" />
  7. <text class="block"></text>
  8. </view>
  9. </veiw>