yiming
2024-03-01 c899ddfe49c5dedf6e78fc136dd0efdbe3951dfd
1
2
3
4
5
<view class="cart-empty">
    <t-image t-class="cart-img" src="{{imgUrl}}" />
    <view class="tip">{{tip}}</view>
    <view class="btn" bind:tap="handleClick">{{btnText}}</view>
</view>