yurong/unpackage/dist/dev/mp-weixin/pageOne/mes/addNew.wxml

1 line
2.1 KiB
Plaintext

<view><view class="w100 rows rowsc"><view class="w-702 h-566 bgff br-20 rows rowsm rowsl"><view class="w-650 h-112 rows rowsm rowsb" style="border-bottom:1rpx solid #f5f5f5;"><text class="fs-30 col333">收货人:</text><input class="fs-28 trt" type="text" placeholder="请输入收货人姓名" data-event-opts="{{[['input',[['__set_model',['','name','$event',[]]]]]]}}" value="{{name}}" bindinput="__e"/></view><view class="w-650 h-112 rows rowsm rowsb" style="border-bottom:1rpx solid #f5f5f5;"><text class="fs-30 col333">手机号:</text><input class="fs-28 trt" type="number" maxlength="11" placeholder="请输入手机号" data-event-opts="{{[['input',[['__set_model',['','mobile','$event',[]]]]]]}}" value="{{mobile}}" bindinput="__e"/></view><view class="w-650 h-112 rows rowsm rowsb" style="border-bottom:1rpx solid #f5f5f5;"><text class="fs-30 col333">所在地区:</text><view class="rows rowsm"><address-picker class="{{['fs-28',region?'':'col888']}}" bind:change="__e" vue-id="c78b4826-1" data-event-opts="{{[['^change',[['onChange']]]]}}" bind:__l="__l" vue-slots="{{['default']}}">{{region?region:'选择所在区域'}}</address-picker><image class="w-20 h-20 ml-10" src="/static/images/erf.png" mode></image></view></view><view class="w-650 h-112 rows rowsm rowsb" style="border-bottom:1rpx solid #f5f5f5;"><text class="fs-30 col333">详细地址:</text><input class="fs-28 trt w-450" type="text" placeholder="请输入详细地址" data-event-opts="{{[['input',[['__set_model',['','address','$event',[]]]]]]}}" value="{{address}}" bindinput="__e"/></view><view class="w-650 h-112 rows rowsm rowsb"><text class="fs-30 col333">设为默认地址:</text><image class="w-132 h-64" src="{{is_switch?'/static/images/04_13kaig.png':'/static/images/04_13kaigd.png'}}" mode data-event-opts="{{[['tap',[['e0',['$event']]]]]}}" bindtap="__e"></image></view></view></view><view class="w100 rows rowsc fixed h-150 rowsm" style="bottom:50rpx;"><view data-event-opts="{{[['tap',[['addAddress',['$event']]]]]}}" class="w-690 h-88 lh-88 bg fw-b fs-30 tct br-100 colfff" bindtap="__e">立即保存</view></view></view>