木邻有你前端代码仓库
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
940 B

<block wx:if="{{visible}}"><view data-event-opts="{{[['tap',[['close',['$event']]]]]}}" class="popup-overlay data-v-7dcafbb9" bindtap="__e"><view class="popup-content data-v-7dcafbb9" animation="{{animationData}}" data-event-opts="{{[['tap',[['',['$event']]]]]}}" catchtap="__e"><image class="popup-bg data-v-7dcafbb9" src="{{bgImage}}" mode="aspectFit"></image><image class="popup-title data-v-7dcafbb9" src="{{titleImage}}" mode="aspectFit"></image><text class="popup-text data-v-7dcafbb9">{{content}}</text><text class="popup-subtext data-v-7dcafbb9">{{subContent}}</text><block wx:if="{{popupType==='success'}}"><button data-event-opts="{{[['tap',[['close',['$event']]]]]}}" class="popup-btn success data-v-7dcafbb9" bindtap="__e">我知道了</button></block><block wx:else><button data-event-opts="{{[['tap',[['close',['$event']]]]]}}" class="popup-btn fail data-v-7dcafbb9" bindtap="__e">好的</button></block></view></view></block>