index.wxml 461 B

1
  1. <view class='page'><include src='/components/common/common'></include><include src='/components/header/header'></include><view class='body'><block wx:for='{{integral_shuoming}}' wx:for-item='title' wx:for-index='index' wx:key='{{item.id}}'><view style='padding:36rpx 24rpx 0rpx 24rpx;'><view class='title'>{{title.title}}</view><text style='color:#353535;'>{{title.content}}</text></view></block></view><include src='/components/footer/footer'></include></view>