water_xcx/miniprogram_npm/tdesign-miniprogram/back-top/back-top.wxml

9 lines
351 B
Plaintext
Raw Permalink Normal View History

2025-04-15 15:44:51 +08:00
<view
class="{{prefix}}-class {{classPrefix}} {{fixed ? prefix + '-is-fixed' : ''}} {{prefix + '-is-' + theme}}"
bindtap="toTop"
>
<t-icon wx:if="{{!!icon}}" class="{{classPrefix}}__icon {{prefix}}-class-icon" name="{{icon}}" />
<view wx:if="{{!!text}}" class="{{classPrefix}}__text {{prefix}}-class-text"> {{text}} </view>
<slot />
</view>