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.
14 lines
513 B
14 lines
513 B
<view id="{{goods.model_id}}" class="goods-card" bind:tap="clickHandle" data-goods="{{ goods }}">
|
|
<view class="goods-card__main">
|
|
<view class="goods_title">
|
|
<text class="solid-text"> {{ goods.model_name }}</text>
|
|
</view>
|
|
<view class="goods-card__thumb" bind:tap="clickThumbHandle">
|
|
<t-image t-class="goods-card__img" src="{{ goods.img_url_preview }}" mode="aspectFill" lazy-load />
|
|
</view>
|
|
<!-- <view class="make_button">
|
|
制作同款
|
|
</view> -->
|
|
|
|
</view>
|
|
</view> |