|
|
|
@ -65,4 +65,17 @@ |
|
|
|
</wux-cell-group> |
|
|
|
<view style="height:18rpx"></view> |
|
|
|
|
|
|
|
<wux-dialog id="wux-dialog" /> |
|
|
|
<wux-dialog id="wux-dialog" /> |
|
|
|
<wux-popup wux-class="wux-landscape" wux-content-class="wux-landscape__popup" wux-body-class="wux-landscape__popup-body" |
|
|
|
hasHeader="{{ false }}" hasFooter="{{ false }}" visible="{{ visible }}" mask="{{ true }}" bind:close="onClose"> |
|
|
|
<view class="wux-close" bindtap="onClose"> |
|
|
|
<text class="cuIcon-roundclose text-white" style="font-size:64rpx"></text> |
|
|
|
</view> |
|
|
|
<view class="wux-landscape__inner"> |
|
|
|
<wux-image width="{{604}}" height="{{806}}" nuit="{{'rpx'}}" src="/assets/popup/need-member.png" bind:click="onImageClick"> |
|
|
|
<view class="flex flex-center" slot="loading" style="height:654rpx;width:680rpx"> |
|
|
|
<text class="icon--refresher"></text> |
|
|
|
</view> |
|
|
|
</wux-image> |
|
|
|
</view> |
|
|
|
</wux-popup> |