31 lines
1.3 KiB
Plaintext
31 lines
1.3 KiB
Plaintext
<!-- 开启事件 -->
|
|
<movable-area s-if="{{quick_status == 1" class="quick-nav-movable-container">
|
|
<movable-view direction="all" x="{{x}}" y="{{y}}" animation="{{false}}" class="quick-nav-event-submit" bindtap="quick_open_event">
|
|
<image src="/images/quick-submit-icon.png" mode="widthFix"></image>
|
|
</movable-view>
|
|
</movable-area>
|
|
|
|
<!-- 弹窗 -->
|
|
<component-popup status="{{popup_status}}" position="bottom" bindonclose="quick_close_event">
|
|
<view class="quick-nav-popup-container">
|
|
<view class="close oh">
|
|
<view class="icon-right" catchtap="quick_close_event">
|
|
<icon type="clear" size="20" />
|
|
</view>
|
|
</view>
|
|
| < |