index.wxml 279 B

123456
  1. <wxs src="./index.wxs" module="computed"></wxs>
  2. <view class="calendar-day-container {{ type }}" style="{{ computed.getDayStyle(type, color) }}">
  3. <view class="top">{{ topInfo }}</view>
  4. <view class="text">{{ text }}</view>
  5. <view class="bottom">{{ bottomInfo }}</view>
  6. </view>