FirstOrderFreePopup.wxml 752 B

1
  1. <u-popup class="first-order-free-popup" vue-id="1b340516-1" mode="center" border-radius="20" width="100%" value="{{showPopup}}" data-event-opts="{{[['^close',[['closePopup']]],['^open',[['openPopup']]],['^input',[['__set_model',['','showPopup','$event',[]]]]]]}}" bind:close="__e" bind:open="__e" bind:input="__e" bind:__l="__l" vue-slots="{{['default']}}"><view class="popup-content"><image class="gift-image" src="https://shuhi.oss-cn-qingdao.aliyuncs.com/mini/free_dialog.png" mode="widthFix" data-event-opts="{{[['tap',[['closePopup',['$event']]]]]}}" bindtap="__e"></image><view class="action-buttons"><view data-event-opts="{{[['tap',[['checkRules',['$event']]]]]}}" class="check-rules" bindtap="__e">查看规则 ></view></view></view></u-popup>