2021-02-07 21:21:12 +08:00

1 line
454 B
Plaintext

<view data-event-opts="{{[['touchmove',[['',['$event']]]]]}}" bindtouchmove="__e"><view data-event-opts="{{[['tap',[['hide',['$event']]]],['touchmove',[['',['$event']]]]]}}" hidden="{{!(show)}}" class="uni-mask" style="{{'top:'+(offsetTop+'px')+';'}}" bindtap="__e" bindtouchmove="__e"></view><view hidden="{{!(show)}}" class="{{['uni-popup','uni-popup-'+type]}}"><view hidden="{{!(msg!='')}}" class="header-top">{{msg}}</view><slot></slot></view></view>