You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 lines
1.1 KiB
1 lines
1.1 KiB
<view><uni-popup class="vue-ref" vue-id="1f34fa94-1" type="center" data-ref="setUpPopup" data-event-opts="{{[['^change',[['change']]]]}}" bind:change="__e" bind:__l="__l" vue-slots="{{['default']}}"><view class="setUpPopup_jb" style="{{'min-height:'+(styles.height)+';'+('width:'+(styles.width)+';')}}"><block wx:if="{{show.img}}"><image class="popup_jb_headerImg" src="{{baseUrl+imgSrc}}"></image></block><slot name="coment"></slot><block wx:if="{{show.footer}}"><view class="popup_jb_footer"><view data-event-opts="{{[['tap',[['closeFn',['$event']]]]]}}" class="popup_jb_close" style="{{'background:'+(butten.coloseBg)+';'+('color:'+(butten.coloseColor)+';')+('border-radius:'+(butten.borderRadius?butten.borderRadius:'')+';')}}" bindtap="__e">{{butten.colse}}</view><view data-event-opts="{{[['tap',[['confirmFn',['$event']]]]]}}" class="popup_jb_ok" style="{{'background:'+(butten.confirmBg)+';'+('color:'+(butten.confirmColor)+';')+('border-radius:'+(butten.borderRadius?butten.borderRadius:'')+';')}}" bindtap="__e">{{butten.confirm}}</view></view></block></view></uni-popup></view> |