10 lines
347 B
Plaintext
10 lines
347 B
Plaintext
<view class="home-card">
|
|
<t-image t-class="home-card__image" src="{{url}}" mode="aspectFill" />
|
|
<view class="home-card__info">
|
|
<text>{{desc}}</text>
|
|
<view class="home-card__tag-group">
|
|
<t-tag wx:for="{{tags}}" wx:key="index" size="small" variant="light" theme="{{item.theme}}">{{item.text}}</t-tag>
|
|
</view>
|
|
</view>
|
|
</view>
|