canyin-project/ybcy/miniApp/yb_shd/dp/storeset/components/Distribution.wxml

1 line
3.3 KiB
Plaintext
Raw Normal View History

2024-11-01 16:07:54 +08:00
<view class="distBution data-v-bfd22b5a"><u-checkbox-group class="mt20 data-v-bfd22b5a" style="width:100%;flex-direction:column;" vue-id="ae522a48-1" size="26" data-event-opts="{{[['^change',[['checkBoxOne',['$event','distributionSupport']]]]]}}" bind:change="__e" bind:__l="__l" vue-slots="{{['default']}}"><block wx:for="{{list}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="f-x-bt menu-label f30 data-v-bfd22b5a"><text class="title data-v-bfd22b5a" style="flex:1;">{{item.label}}</text><u-checkbox bind:input="__e" class="ma0 data-v-bfd22b5a vue-ref-in-for" vue-id="{{('ae522a48-2-'+index)+','+('ae522a48-1')}}" icon-size="20" label-size="26" name="{{item.name}}" data-ref="{{'check'+index}}" value="{{item.value}}" data-event-opts="{{[['^input',[['__set_model',['$0','value','$event',[]],[[['list','',index]]]]]]]}}" bind:__l="__l"></u-checkbox></view><my-line vue-id="{{('ae522a48-3-'+index)+','+('ae522a48-1')}}" margin="{{[0,30]}}" class="data-v-bfd22b5a" bind:__l="__l"></my-line></block></u-checkbox-group><block wx:if="{{list[1].value}}"><view class="mt20 bf data-v-bfd22b5a"><view class="flex flex-align-center justify-space-between menu-label f30 data-v-bfd22b5a" style="flex:1;"><text class="title data-v-bfd22b5a" style="margin-right:40rpx;">就餐方式</text><u-checkbox-group vue-id="ae522a48-4" size="26" data-event-opts="{{[['^change',[['checkBoxOne',['$event','diningType']]]]]}}" bind:change="__e" class="data-v-bfd22b5a" bind:__l="__l" vue-slots="{{['default']}}"><block wx:for="{{listTwo}}" wx:for-item="item" wx:for-index="index"><u-checkbox bind:input="__e" class="{{['data-v-bfd22b5a',(index==1)?'ma1':'']}}" vue-id="{{('ae522a48-5-'+index)+','+('ae522a48-4')}}" icon-size="20" label-size="26" name="{{item.name}}" value="{{item.value}}" data-event-opts="{{[['^input',[['__set_model',['$0','value','$event',[]],[[['listTwo','',index]]]]]]]}}" bind:__l="__l" vue-slots="{{['default']}}">{{item.label}}</u-checkbox></block></u-checkbox-group></view><my-line vue-id="ae522a48-6" margin="{{[0,30]}}" class="data-v-bfd22b5a" bind:__l="__l"></my-line><view data-event-opts="{{[['tap',[['go',[['o',['url','/components/my-map'],['t',1]]]]]]]}}" class="flex flex-align-center justify-space-between menu-label f30 data-v-bfd22b5a" bindtap="__e"><text class="title data-v-bfd22b5a" style="margin-right:40rpx;">自提地址</text><view class="flex flex-align-center data-v-bfd22b5a"><text class="title data-v-bfd22b5a">{{fromData.address}}</text><uni-icons vue-id="ae522a48-7" type="arrowright" class="data-v-bfd22b5a" bind:__l="__l"></uni-icons></view></view><my-line vue-id="ae522a48-8" margin="{{[0,30]}}" class="data-v-bfd22b5a" bind:__l="__l"></my-line><view class="flex flex-align-center justify-space-between menu-label f30 data-v-bfd22b5a"><text class="title data-v-bfd22b5a" style="margin-right:40rpx;">经纬度</text><view class="flex flex-align-center data-v-bfd22b5a"><button class="btnText data-v-bfd22b5a" type="default">{{fromData.lat||'000.000'}}</button><button class="btnText data-v-bfd22b5a" type="default">{{fromData.lng||'00.00'}}</button></view></view></view></block><my-button vue-id="ae522a48-9" fiexd="{{true}}" data-event-opts="{{[['^confirm',[['submit']]]]}}" bind:confirm="__e" class="data-v-bfd22b5a" bind:__l="__l" vue-slots="{{['default']}}">保存</my-button></view>