detail.wxml
2.25 KB
<view class="container" style="background-color:#F7F7F7;background-size:100% 100%;z-index:-1;"><view style="background-color:white;border-radius:10px;padding:10px;margin:20rpx;"><view style="display:flex;align-items:center;border-bottom:1px solid #e0e0e0;padding:10px;"><view style="font-size:30rpx;">收货人</view><view style="margin-left:10px;"><input maxlength="20" placeholderStyle="font-size:30rpx;" type="text"/></view></view><view style="display:flex;align-items:center;border-bottom:1px solid #e0e0e0;padding:10px;"><view style="font-size:30rpx;">联系电话</view><view style="margin-left:10px;"><input maxlength="20" placeholderStyle="font-size:30rpx" type="text"/></view></view><view style="display:flex;align-items:center;border-bottom:1px solid #e0e0e0;padding:10px;justify-content:space-between;"><view style="font-size:30rpx;">所在地区</view><view data-event-opts="{{[['tap',[['openPicker',['$event']]]]]}}" style="margin-left:10px;" bindtap="__e"><block wx:if="{{isshow}}"><view style="display:flex;align-items:center;"><view style="color:gray;">请选择</view><view><image style="width:20px;height:20px;margin-top:6px;" src="{{BASE_URL+'/api/File/Image/annexpic/right.png'}}"></image></view></view></block><view wx:else>{{''+text+''}}</view></view></view><view style="display:flex;border-bottom:1px solid #e0e0e0;padding:10px;width:100%;"><view style="font-size:30rpx;width:25%;">详情地址</view><view style="margin-left:10px;width:75%;"><textarea style="min-height:200rpx;"></textarea></view></view></view><view style="background-color:white;border-radius:10px;padding:10px;margin:20rpx;"><textarea style="min-height:200rpx;" autoHeight="{{true}}" placeholder="复制收获信息(姓名前后请输入空格)"></textarea><view style="width:200rpx;height:50rpx;border:1px solid red;padding:10rpx;border-radius:10px;text-align:center;color:red;margin:0 auto;">自动识别</view></view><view style="background-color:#FF4544;width:90%;border-radius:20px;padding:10px;text-align:center;margin:0 auto;color:white;">保存地址</view><uni-popup class="vue-ref vue-ref" vue-id="6179d8b2-1" maskClick="{{true}}" data-ref="popup" bind:__l="__l" vue-slots="{{['default']}}"><lotus-address vue-id="{{('6179d8b2-2')+','+('6179d8b2-1')}}" bind:__l="__l"></lotus-address></uni-popup></view>