u-action-sheet.axml 1.5 KB
<u-popup vue-id="43057e5c-1" mode="bottom" border-radius="{{borderRadius}}" popup="{{false}}" maskCloseAble="{{maskCloseAble}}" length="auto" safeAreaInsetBottom="{{safeAreaInsetBottom}}" z-index="{{uZIndex}}" value="{{value}}" data-event-opts="{{[['^close',[['popupClose']]],['^input',[['__set_model',['','value','$event',[]]]]]]}}" onClose="__e" onInput="__e" class="data-v-6f495b00" onVueInit="__l" vue-slots="{{['default']}}"><block a:if="{{tips.text}}"><view class="u-tips u-border-bottom data-v-6f495b00" style="{{$root.s0}}">{{''+tips.text+''}}</view></block><block class="data-v-6f495b00" a:for="{{$root.l0}}" a:for-item="item" a:for-index="index" a:key="index"><view class="{{(((('u-action-sheet-item')+' '+'u-line-1')+' '+'data-v-6f495b00')+' '+(index<list.length-1?'u-border-bottom':''))}}" style="{{item.s1}}" hover-stay-time="{{150}}" data-event-opts="{{[['touchMove',[['',['$event']]]],['tap',[['itemClick',[index]]]]]}}" catchTouchMove="__e" onTap="__e"><text class="data-v-6f495b00">{{item.$orig.text}}</text><block a:if="{{item.$orig.subText}}"><text class="u-action-sheet-item__subtext u-line-1 data-v-6f495b00">{{item.$orig.subText}}</text></block></view></block><block a:if="{{cancelBtn}}"><view class="u-gab data-v-6f495b00"></view></block><block a:if="{{cancelBtn}}"><view class="u-actionsheet-cancel u-action-sheet-item data-v-6f495b00" hover-class="u-hover-class" hover-stay-time="{{150}}" data-event-opts="{{[['touchMove',[['',['$event']]]],['tap',[['close',['$event']]]]]}}" catchTouchMove="__e" onTap="__e">{{cancelText}}</view></block></u-popup>