You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hunjianghu/LL/company1-master/pages/newAddress/newAddress.wxml

46 lines
1.5 KiB

<!--manageAddress.wxml-->
<view class="user_input">
<view class="users_detail flexRowBetween">
<view class="input_note">收货人:</view>
<input placeholder="请输入收货人"></input>
</view>
</view>
<view class="user_input">
<view class="users_detail flexRowBetween">
<view class="input_note">手机号码:</view>
<input placeholder="请输入手机号码" style="width:64%;"></input>
<view class="address_right" style="width:13%;">
<text>+86</text>
<image src="/images/next_page.jpg"></image>
</view>
</view>
</view>
<view class="user_input">
<view class="users_detail flexRowBetween">
<view class="input_note">所在地区:</view>
<picker mode="region" class="" value="{{region}}" custom-item="{{customItem}}" bindchange="bindRegionChange" style="width:77%;position:relative;right:0rpx;align-items:center;">
<view mode="region" style="width:95%;float:left;font-size:30rpx;color:#b2b2b2;">{{region[0]}},{{region[1]}},{{region[2]}}</view>
<view class="next_page" style="width:5%;float:right;">
<image src="/images/next_page.jpg" style=""></image>
</view>
</picker>
</view>
</view>
<view class="user_input">
<view class="users_detail flexRowBetween">
<view class="input_note">详细地址:</view>
<input placeholder="如街道,门牌号"></input>
</view>
</view>
<view class="user_input flexRowBetween">
<view class="input_note address_set">设为默认地址</view>
<view class="body-view">
<switch bindchange="switch2Change"/>
</view>
</view>
<view class="submit_info" bindtap="backAddress">
保存
</view>