25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

35 satır
1.4 KiB

  1. <!--components/report/report.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="report" style="display: block;">
  6. <view class="title">行动报备</view>
  7. <view>
  8. <image class="re1" src="/asset/img/icon-report1.png"></image>
  9. <view class="report1">我要报备</view>
  10. <view class="sent1" style="display: flex;">
  11. 我要去
  12. <input type="text" style="height: 28px;width: 175px;margin-left: 10px;" placeholder="__________________" confirm-type="next" />
  13. </view>
  14. <view class="sent1" style="display: flex;">
  15. 我会在
  16. <input type="text" style="height: 28px;width: 120px;margin-left: 10px;margin-right: 10px;" placeholder="__________________" confirm-type="done" />
  17. 回来
  18. </view>
  19. <view>
  20. <image class="re2" src="/asset/img/icon-report2.png"></image>
  21. <view class="report1" style="display: flex;">我要归队
  22. <switch style="padding-left: 80px;" color="#D8CAAF" bindchange="onSend"></switch>
  23. <!--TODO:传送到后端,发送消息给组长-->
  24. </view>
  25. </view>
  26. </view>
  27. </view>
  28. </view>