|
@@ -4,9 +4,11 @@
|
|
<view class="form-item linker">
|
|
<view class="form-item linker">
|
|
<input class="linker-input user-input" bindinput="bindinput" model:value="{{contactName}}" placeholder="请输入联系人" maxlength="6"/>
|
|
<input class="linker-input user-input" bindinput="bindinput" model:value="{{contactName}}" placeholder="请输入联系人" maxlength="6"/>
|
|
</view>
|
|
</view>
|
|
|
|
+ <view class="px-border"></view>
|
|
<view class="form-item phone">
|
|
<view class="form-item phone">
|
|
<input class="phone-input user-input" bindinput="bindinput" model:value="{{contactPhone}}" type="number" maxlength="11" placeholder="请输入手机号"/>
|
|
<input class="phone-input user-input" bindinput="bindinput" model:value="{{contactPhone}}" type="number" maxlength="11" placeholder="请输入手机号"/>
|
|
</view>
|
|
</view>
|
|
|
|
+ <view class="px-border"></view>
|
|
<view class="form-item chose-region ittflex-jcb">
|
|
<view class="form-item chose-region ittflex-jcb">
|
|
<view class="label ittflex {{region.length == 0 ? 'label-placeholder' : ''}}">所在区域</view>
|
|
<view class="label ittflex {{region.length == 0 ? 'label-placeholder' : ''}}">所在区域</view>
|
|
<view class="actions">
|
|
<view class="actions">
|
|
@@ -18,6 +20,7 @@
|
|
</picker>
|
|
</picker>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
+ <view class="px-border"></view>
|
|
<view class="form-item address-detail ittflex">
|
|
<view class="form-item address-detail ittflex">
|
|
<textarea maxlength="30" bindinput="bindinput" class="inputtext" model:value="{{detailAddress}}" show-confirm-bar placeholder="请输入详细地址:比如道路,门牌号等" placeholder-style="font-size: 26rpx;color:#999"/>
|
|
<textarea maxlength="30" bindinput="bindinput" class="inputtext" model:value="{{detailAddress}}" show-confirm-bar placeholder="请输入详细地址:比如道路,门牌号等" placeholder-style="font-size: 26rpx;color:#999"/>
|
|
</view>
|
|
</view>
|