index.wxml 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. <view class="page">
  2. <view class="layer1">
  3. <view class="outer3">
  4. <view class="main1">
  5. <!-- <block>
  6. <text lines="1" class="txt2">签收身份</text>
  7. <image src="https://636c-cloud1-7g2wlwzh596f43b6-1306306616.tcb.qcloud.la/ic_xiajiantou%402x.png?sign=62614ea8ecb09d35ad027c5cae49175c&t=1645343733" class="label1"></image>
  8. </block>
  9. <block>
  10. <text lines="1" class="info3" bindtap="show">北京</text>
  11. <image src="https://636c-cloud1-7g2wlwzh596f43b6-1306306616.tcb.qcloud.la/ic_xiajiantou%402x.png?sign=62614ea8ecb09d35ad027c5cae49175c&t=1645343733" class="label2" bindtap="show"></image>
  12. </block>
  13. <block>
  14. <text lines="1" class="txt3">北京理工大学9号公寓</text>
  15. <image src="https://636c-cloud1-7g2wlwzh596f43b6-1306306616.tcb.qcloud.la/ic_xiajiantou%402x.png?sign=62614ea8ecb09d35ad027c5cae49175c&t=1645343733" class="icon3"></image>
  16. </block> -->
  17. <van-dropdown-menu class="custom-class" >
  18. <van-dropdown-item value="{{ admin_type }}" bind:change="Change" options="{{ option1 }}" />
  19. <van-dropdown-item wx:if="{{admin_type==2}}" value="{{ value2 }}" bind:change="Change2" options="{{ city }}" />
  20. <van-dropdown-item wx:if="{{admin_type==2}}" value="{{ value3 }}" bind:change="Change3" options="{{ network }}" />
  21. </van-dropdown-menu>
  22. </view>
  23. </view>
  24. <view class="outer4">
  25. <view class="wrap1">
  26. <view bindtap="saoma" class="group1">
  27. <view class="block2">
  28. <view class="block3">
  29. <image src="https://636c-cloud1-7g2wlwzh596f43b6-1306306616.tcb.qcloud.la/icon_saomiaoguizi%402x.png?sign=71a482d13794ce5385a8d0c27aa67c76&t=1645342499" class="pic1"></image>
  30. <text lines="1" class="txt4">扫码签收</text>
  31. </view>
  32. </view>
  33. </view>
  34. <view class="group2"></view>
  35. <view class="group3">
  36. <navigator class="main2" url="/pages/signFor/hand?networker_id={{networker_id}}&admin_type={{admin_type}}">
  37. <view class="mod1">
  38. <view class="wrap2"><image src="/image/icon/exit.png"></image></view>
  39. </view>
  40. <text lines="1" class="info4">手动输入</text>
  41. </navigator>
  42. <view class="main3"></view>
  43. <label>
  44. <view class="main4">
  45. <view class="pic2">
  46. <switch color="#52A1FF" checked="{{checked}}" bindchange="switchChange"/>
  47. </view>
  48. <text lines="1" class="word2">连续扫码</text>
  49. </view>
  50. </label>
  51. </view>
  52. </view>
  53. </view>
  54. <navigator class="outer5" url="/pages/signFor/signRecord?id=1">
  55. <view class="bd1">
  56. <text lines="1" class="word3">签收记录</text>
  57. <view class="group4"></view>
  58. </view>
  59. </navigator>
  60. </view>
  61. </view>
  62. <!-- <van-popup show="{{ show }}" bind:close="onClose" position="bottom" custom-style="height: 30%;">
  63. <van-picker columns="{{ city }}" setColumnIndex="" bind:change="onChange" />
  64. </van-popup> -->