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.

10 line
292 B

  1. <view class="Box">
  2. <view class="dateText_box">
  3. <view class="dateMinus">{{'<'}}</view>
  4. <view class="dateText">2021年1月</view>
  5. <view class="dateAdd">{{'>'}}</view>
  6. </view>
  7. <view class="weekBox">
  8. <view class="weekItme" wx:for="{{week}}">{{item}}</view>
  9. </view>
  10. </view>