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.
|
<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>
|
|
|