hand.wxml 463 B

12345678910111213
  1. <!--pages/signIn/hand/hand.wxml-->
  2. <view class="topBox flex ju-c">
  3. <view class="input flex">
  4. <input type="text" bindinput="bindinput" placeholder="手动输入数字"/>
  5. </view>
  6. <view class="btn btn-sky m-left-15" bindtap="sign">签收</view>
  7. </view>
  8. <view class="center flex ju-c m-top-40">
  9. <image class="group" src="/image/signIn/group.png"></image>
  10. <view class="tips m-top-40">请参照物流单上的封签码输入</view>
  11. </view>