|
@@ -5,7 +5,7 @@
|
|
<view class="info_cell vux-1px-b">
|
|
<view class="info_cell vux-1px-b">
|
|
<view class="info_cell_lable">收件人:</view>
|
|
<view class="info_cell_lable">收件人:</view>
|
|
<view class="info_cell_content">
|
|
<view class="info_cell_content">
|
|
- <input placeholder="请输入收件人" />
|
|
|
|
|
|
+ <input placeholder="请输入收件人" value="{{name}}" bindinput="bindKeyInput" data-value="name" />
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -14,45 +14,28 @@
|
|
<view class="info_cell vux-1px-b">
|
|
<view class="info_cell vux-1px-b">
|
|
<view class="info_cell_lable">手机号码:</view>
|
|
<view class="info_cell_lable">手机号码:</view>
|
|
<view class="info_cell_content">
|
|
<view class="info_cell_content">
|
|
- <input placeholder="请输入手机号码" />
|
|
|
|
|
|
+ <input placeholder="请输入手机号码" value="{{mob_phone}}" bindinput="bindKeyInput" data-value="phone" />
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
- <view class="info_cell-wrap bacfff">
|
|
|
|
- <picker mode="region" bindchange="bindRegionChange" value="{{region}}">
|
|
|
|
- <view class="info_cell vux-1px-b">
|
|
|
|
- <view class="info_cell_lable">地区:</view>
|
|
|
|
- <view class="info_cell_content common_cell_arrow">
|
|
|
|
- <text>{{region[0]}}</text>
|
|
|
|
- <text class="ml8">{{region[1]}}</text>
|
|
|
|
- <text class="ml8">{{region[2]}}</text>
|
|
|
|
- </view>
|
|
|
|
|
|
+ <view class="info_cell-wrap bacfff" bindtap='animation_flag' data-flag="true">
|
|
|
|
+ <view class="info_cell vux-1px-b">
|
|
|
|
+ <view class="info_cell_lable">地区:</view>
|
|
|
|
+ <view class="info_cell_content common_cell_arrow">
|
|
|
|
+ <text>{{province.n}}</text>
|
|
|
|
+ <text class="ml8">{{city.n}}</text>
|
|
|
|
+ <text class="ml8">{{district.n}}</text>
|
|
</view>
|
|
</view>
|
|
- </picker>
|
|
|
|
- </view>
|
|
|
|
-
|
|
|
|
- <!-- <view class="info_cell-wrap bacfff">
|
|
|
|
- <view>{{year}}年{{month}}月{{day}}日</view>
|
|
|
|
- <picker-view indicator-style="height: 50rpx;" style="width: 100%; height: 300rpx;" value="{{value}}" bindchange="bindChange">
|
|
|
|
- <picker-view-column>
|
|
|
|
- <view wx:for="{{years}}" style="line-height: 50rpx">{{item}}年</view>
|
|
|
|
- </picker-view-column>
|
|
|
|
- <picker-view-column>
|
|
|
|
- <view wx:for="{{months}}" style="line-height: 50rpx">{{item}}月</view>
|
|
|
|
- </picker-view-column>
|
|
|
|
- <picker-view-column>
|
|
|
|
- <view wx:for="{{days}}" style="line-height: 50rpx">{{item}}日</view>
|
|
|
|
- </picker-view-column>
|
|
|
|
- </picker-view>
|
|
|
|
|
|
+ </view>
|
|
|
|
|
|
- </view> -->
|
|
|
|
|
|
+ </view>
|
|
|
|
|
|
<view class="info_cell-wrap bacfff">
|
|
<view class="info_cell-wrap bacfff">
|
|
<view class="info_cell">
|
|
<view class="info_cell">
|
|
<view class="info_cell_lable">详细地址:</view>
|
|
<view class="info_cell_lable">详细地址:</view>
|
|
<view class="info_cell_content">
|
|
<view class="info_cell_content">
|
|
- <input auto-focus placeholder="请输入详细地址" />
|
|
|
|
|
|
+ <input auto-focus placeholder="请输入详细地址" value="{{address}}" bindinput="bindKeyInput" data-value="address" />
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -70,28 +53,28 @@
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
|
|
- <view class="picker_mask"></view>
|
|
|
|
|
|
|
|
|
|
|
|
- <view class="picker_container">
|
|
|
|
|
|
+ <view class="picker_mask {{animation_flag ? 'show_popup' : ''}}" bindtap='animation_flag' data-flag="false"></view>
|
|
|
|
+ <view class="picker_container {{animation_flag ? 'show_animation' : ''}}">
|
|
<view class="picker_header">
|
|
<view class="picker_header">
|
|
- <view class="picker_cancel">取消</view>
|
|
|
|
- <view>完成</view>
|
|
|
|
|
|
+ <view class="picker_cancel" bindtap='animation_flag' data-flag="false">取消</view>
|
|
|
|
+ <view bindtap='setAddress'>完成</view>
|
|
</view>
|
|
</view>
|
|
<view class="bacfff" style="text-align:center">
|
|
<view class="bacfff" style="text-align:center">
|
|
<picker-view indicator-style="" style="width: 100%; height: 300rpx;" value="{{value}}" bindchange="bindChange">
|
|
<picker-view indicator-style="" style="width: 100%; height: 300rpx;" value="{{value}}" bindchange="bindChange">
|
|
<picker-view-column>
|
|
<picker-view-column>
|
|
- <view wx:for="{{years}}" style="line-height: 68rpx">{{item}}年</view>
|
|
|
|
|
|
+ <view wx:for="{{tree}}" wx:key="*this" style="line-height: 68rpx" data-sign="province">{{item.n}}</view>
|
|
</picker-view-column>
|
|
</picker-view-column>
|
|
<picker-view-column>
|
|
<picker-view-column>
|
|
- <view wx:for="{{months}}" style="line-height: 68rpx">{{item}}月</view>
|
|
|
|
|
|
+ <view wx:for="{{citys}}" wx:key="*this" style="line-height: 68rpx">{{item.n}}</view>
|
|
</picker-view-column>
|
|
</picker-view-column>
|
|
<picker-view-column>
|
|
<picker-view-column>
|
|
- <view wx:for="{{days}}" style="line-height: 68rpx">{{item}}日</view>
|
|
|
|
|
|
+ <view wx:for="{{districts}}" wx:key="*this" style="line-height: 68rpx">{{item.n}}</view>
|
|
</picker-view-column>
|
|
</picker-view-column>
|
|
</picker-view>
|
|
</picker-view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
- <!-- <view class="add_address_btn">确认</view> -->
|
|
|
|
|
|
+ <view class="add_address_btn" bindtap='commmitAddress'>确认</view>
|
|
</view>
|
|
</view>
|