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 regels
364 B

  1. <!--components/checked/checked.wxml-->
  2. <view style="display: flex;">
  3. <image class="navi" src="/asset/img/navi.png" bindtap="onRet"></image>
  4. <view style="padding: 0;margin: 0;width: 1px;height:700px;background-color: #7B8B6F;"></view>
  5. <view class="checked" style="display: block;">
  6. <view class="title">计划打卡</view>
  7. </view>
  8. </view>