| 1 |
- <view><tui-list-cell class="line-cell" vue-id="6ce93142-1" hover="{{false}}" arrow="{{true}}" bind:__l="__l" vue-slots="{{['default']}}"><view class="tui-title">配送方</view><picker class="tui-input" mode="selector" value="{{sendSideIndex}}" range="{{deliveryList}}" range-key="name" data-event-opts="{{[['change',[['selectSideEvent',['$event']]]]]}}" bindchange="__e"><block wx:if="{{formData.sendSide}}"><view class="tui-input">{{''+deliveryList[sendSideIndex].name+''}}</view></block><block wx:else><view class="tui-placeholder">请选择快递公司</view></block><input name="sendSide" hidden="{{true}}"/></picker></tui-list-cell><app-address-group vue-id="6ce93142-2" customId="{{customId}}" cityTitle="配送城市" data-event-opts="{{[['^selectAdress',[['selectAdress']]]]}}" bind:selectAdress="__e" bind:__l="__l"></app-address-group><app-send-time vue-id="6ce93142-3" sendDate="{{formData.sendDate}}" sendTime="{{formData.sendTime}}" data-event-opts="{{[['^alterTime',[['selectAdress',['']]]],['^updateSendDate',[['__set_sync',['$0','sendDate','$event'],['formData']]]],['^updateSendDate',[['__set_sync',['$0','sendDate','$event'],['formData']]]],['^updateSendTime',[['__set_sync',['$0','sendTime','$event'],['formData']]]],['^updateSendTime',[['__set_sync',['$0','sendTime','$event'],['formData']]]]]}}" bind:alterTime="__e" bind:updateSendDate="__e" bind:updateSendTime="__e" bind:__l="__l"></app-send-time><tui-list-cell class="line-cell" vue-id="6ce93142-4" hover="{{false}}" arrow="{{false}}" bind:__l="__l" vue-slots="{{['default']}}"><view class="tui-title">运费</view><block wx:if="{{formData.sendCost}}"><view class="tui-input">{{''+formData.sendCost+''}}</view></block><block wx:else><view class="tui-placeholder">留空表示免运费</view></block><input name="sendCost" hidden="{{true}}"/></tui-list-cell></view>
|