f3ae5820
wwk
备份
|
1
|
<view class="container" style="background-color:#F7F7F7;background-size:100% 100%;z-index:-1;"><view style="background-color:#EFEFF4;height:100rpx;"><view style="border-radius:20px;background-color:white;padding:10rpx 10rpx 10rpx 20rpx;margin:10px;display:flex;align-items:center;justify-content:space-between;"><view><input style="width:100%;" placeholder="请输入收货人或联系电话搜索" placeholderStyle="color:gray;font-size:25rpx;" type="text"/></view><view><image style="width:50rpx;height:50rpx;" src="{{BASE_URL+'/api/File/Image/annexpic/newsearch.png'}}"></image></view></view></view><block wx:for="{{6}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view style="margin:20px;background-color:white;border-radius:10px;padding:10px;font-size:28rpx;"><view style="display:flex;align-items:center;justify-content:space-between;"><view style="display:flex;align-items:center;"><view>收货人:</view><view>张三</view></view><view><text>19983732010</text></view></view><view style="margin-top:20rpx;margin-bottom:30rpx;">收获地址:四川省成都市金牛区茶店子</view><view style="border-top:1px solid #e0e0e0;padding:10px;"><view style="display:flex;align-items:center;justify-content:space-between;width:100%;"><view style="width:60%;"><view><label class="radio"><radio style="transform:scale(0.8);" checked="true" value="1"></radio>已设为默认</label></view></view><view style="width:40%;display:flex;align-items:center;justify-content:space-between;"><view style="display:flex;align-items:center;"><view><image style="width:35rpx;height:35rpx;margin-top:5px;margin-right:5px;" src="{{BASE_URL+'/api/File/Image/annexpic/edit.png'}}"></image></view><view style="color:gray;">编辑</view></view><view style="display:flex;align-items:center;"><view><image style="width:35rpx;height:35rpx;margin-top:5px;margin-right:5px;" src="{{BASE_URL+'/api/File/Image/annexpic/delete.png'}}"></image></view><view style="color:gray;">编辑</view></view></view></view></view></view></block><view style="display:flex;align-items:center;margin:0 auto;width:100%;position:fixed;bottom:0px;"><view data-event-opts="{{[['tap',[['RedirectDetail',['$event']]]]]}}" style="background-color:red;padding:10px;display:flex;align-items:center;width:45%;justify-content:center;" bindtap="__e"><view><image style="width:50rpx;height:50rpx;margin-top:6px;margin-right:10px;" src="{{BASE_URL+'/api/File/Image/annexpic/add.png'}}"></image></view><view style="color:white;">手动添加</view></view><view style="background-color:#08F83B;padding:10px;display:flex;align-items:center;width:45%;justify-content:center;"><view><image style="width:50rpx;height:50rpx;margin-top:8px;margin-right:10px;" src="{{BASE_URL+'/api/File/Image/annexpic/gets.png'}}"></image></view><view style="color:white;">自动获取</view></view></view></view>
|