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