OrderSuccessPopup.wxml 551 B

1
  1. <u-popup class="first-order-free-popup" vue-id="2937261f-1" mode="center" border-radius="20" width="85%" 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="{{dialogInfo.img}}" mode="widthFix" data-event-opts="{{[['tap',[['handleClick',['$event']]]]]}}" bindtap="__e"></image></view></u-popup>