1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- <view class="page">
- <view class="layer1">
-
- <view class="outer3">
- <view class="main1">
- <!-- <block>
- <text lines="1" class="txt2">签收身份</text>
- <image src="https://636c-cloud1-7g2wlwzh596f43b6-1306306616.tcb.qcloud.la/ic_xiajiantou%402x.png?sign=62614ea8ecb09d35ad027c5cae49175c&t=1645343733" class="label1"></image>
- </block>
- <block>
- <text lines="1" class="info3" bindtap="show">北京</text>
- <image src="https://636c-cloud1-7g2wlwzh596f43b6-1306306616.tcb.qcloud.la/ic_xiajiantou%402x.png?sign=62614ea8ecb09d35ad027c5cae49175c&t=1645343733" class="label2" bindtap="show"></image>
- </block>
- <block>
- <text lines="1" class="txt3">北京理工大学9号公寓</text>
- <image src="https://636c-cloud1-7g2wlwzh596f43b6-1306306616.tcb.qcloud.la/ic_xiajiantou%402x.png?sign=62614ea8ecb09d35ad027c5cae49175c&t=1645343733" class="icon3"></image>
- </block> -->
- <van-dropdown-menu class="custom-class" >
- <van-dropdown-item value="{{ admin_type }}" bind:change="Change" options="{{ option1 }}" />
- <van-dropdown-item wx:if="{{admin_type==2}}" value="{{ value2 }}" bind:change="Change2" options="{{ city }}" />
- <van-dropdown-item wx:if="{{admin_type==2}}" value="{{ value3 }}" bind:change="Change3" options="{{ network }}" />
- </van-dropdown-menu>
- </view>
- </view>
- <view class="outer4">
- <view class="wrap1">
- <view bindtap="saoma" class="group1">
- <view class="block2">
- <view class="block3">
- <image src="https://636c-cloud1-7g2wlwzh596f43b6-1306306616.tcb.qcloud.la/icon_saomiaoguizi%402x.png?sign=71a482d13794ce5385a8d0c27aa67c76&t=1645342499" class="pic1"></image>
- <text lines="1" class="txt4">扫码签收</text>
- </view>
- </view>
- </view>
- <view class="group2"></view>
- <view class="group3">
- <navigator class="main2" url="/pages/signFor/hand?networker_id={{networker_id}}&admin_type={{admin_type}}">
- <view class="mod1">
- <view class="wrap2"><image src="/image/icon/exit.png"></image></view>
- </view>
- <text lines="1" class="info4">手动输入</text>
- </navigator>
- <view class="main3"></view>
- <label>
- <view class="main4">
- <view class="pic2">
- <switch color="#52A1FF" checked="{{checked}}" bindchange="switchChange"/>
- </view>
- <text lines="1" class="word2">连续扫码</text>
- </view>
- </label>
- </view>
- </view>
- </view>
- <navigator class="outer5" url="/pages/signFor/signRecord?id=1">
- <view class="bd1">
- <text lines="1" class="word3">签收记录</text>
- <view class="group4"></view>
- </view>
- </navigator>
- </view>
- </view>
- <!-- <van-popup show="{{ show }}" bind:close="onClose" position="bottom" custom-style="height: 30%;">
- <van-picker columns="{{ city }}" setColumnIndex="" bind:change="onChange" />
- </van-popup> -->
|