1 line
3.5 KiB
Plaintext
1 line
3.5 KiB
Plaintext
<view class="get_prize_warp"><view class="address_add_warp"><view class="address_form"><view class="add_form_item add_form_item_but"><view class="add_form_title">收货人</view><up-input bind:input="__e" vue-id="43e3136c-1" placeholder="收货人" border="surround" customStyle="{{$root.a0}}" value="{{form.name}}" data-event-opts="{{[['^input',[['__set_model',['$0','name','$event',[]],['form']]]]]}}" bind:__l="__l"></up-input></view><view class="add_form_item add_form_item_but"><view class="add_form_title">手机号码</view><up-input bind:input="__e" vue-id="43e3136c-2" placeholder="请填写收货人手机号" border="surround" customStyle="{{$root.a1}}" type="number" value="{{form.mobile}}" data-event-opts="{{[['^input',[['__set_model',['$0','mobile','$event',[]],['form']]]]]}}" bind:__l="__l"></up-input></view><view class="add_form_item add_form_item_but"><view class="add_form_title">所在地区</view><view data-event-opts="{{[['tap',[['regionShowCheck',[true]]]]]}}" class="region_warp" bindtap="__e"><view style="color:#808080;margin-left:22rpx;font-size:28rpx;">{{$root.g0}}</view><up-image vue-id="43e3136c-3" src="/static/common/right_soild.png" width="14" height="14" bgColor="#f1f6ff00" bind:__l="__l"></up-image></view></view><view class="add_form_item"><view class="add_form_title">详细地址</view><up-input bind:input="__e" vue-id="43e3136c-4" placeholder="门牌号、小区、楼栋号、单元室等" border="surround" customStyle="{{$root.a2}}" value="{{form.address}}" data-event-opts="{{[['^input',[['__set_model',['$0','address','$event',[]],['form']]]]]}}" bind:__l="__l"></up-input></view><view class="add_form_item"><view class="add_form_title">备注</view><up-textarea bind:input="__e" vue-id="43e3136c-5" placeholder="请输入内容" value="{{prizeForm.remark}}" data-event-opts="{{[['^input',[['__set_model',['$0','remark','$event',[]],['prizeForm']]]]]}}" bind:__l="__l"></up-textarea></view></view><view class="address_select"><view class="msg_">注:此收货地址会默认添加到地址列表</view><view data-event-opts="{{[['tap',[['e0',['$event']]]]]}}" class="address_" bindtap="__e">使用收货地址</view></view><view data-event-opts="{{[['tap',[['addAddress',['$event']]]]]}}" class="add_but" bindtap="__e">确认领取</view><up-toast class="vue-ref" vue-id="43e3136c-6" data-ref="uToastRef" bind:__l="__l"></up-toast><up-picker class="vue-ref" vue-id="43e3136c-7" show="{{regionShow}}" columns="{{regionColumns}}" loading="{{regionLoading}}" keyName="label" itemHeight="34" data-ref="uPickerRef" data-event-opts="{{[['^confirm',[['regionConfirm']]],['^change',[['regionChange']]],['^cancel',[['e1']]],['^close',[['e2']]]]}}" bind:confirm="__e" bind:change="__e" bind:cancel="__e" bind:close="__e" bind:__l="__l"></up-picker></view><up-popup vue-id="43e3136c-8" round="{{10}}" closeOnClickOverlay="{{false}}" closeable="{{true}}" safeAreaInsetBottom="{{false}}" value="{{addressShow}}" data-event-opts="{{[['^close',[['checkAddressShow',[false]]]],['^input',[['__set_model',['','addressShow','$event',[]]]]]]}}" bind:close="__e" bind:input="__e" bind:__l="__l" vue-slots="{{['default']}}"><view class="address_popup_warp"><view class="address_popup_title">收件地址</view><view class="address_popup_content"><address bind:valueFunc="__e" vue-id="{{('43e3136c-9')+','+('43e3136c-8')}}" data-event-opts="{{[['^valueFunc',[['getAddressValueFunc']]]]}}" bind:__l="__l"></address></view><view data-event-opts="{{[['tap',[['addressOk',['$event']]]]]}}" class="popup_but" bindtap="__e">确认</view></view></up-popup></view> |