dengrui/unpackage/dist/dev/mp-weixin/components/backTop.wxml

1 line
302 B
Plaintext
Raw Normal View History

2021-08-26 01:49:06 +00:00
<view><block wx:if="{{showTop}}"><view style="position:fixed;right:20rpx;bottom:120rpx;"><image class="animated pulse infinite" style="width:60rpx;height:50rpx;" src="../static/img/public/backTop.png" data-event-opts="{{[['tap',[['backTop',['$event']]]]]}}" bindtap="__e"></image></view></block></view>