11 lines
433 B
Plaintext
11 lines
433 B
Plaintext
<cu-custom isCustom="{{false}}" isBack="{{true}}">
|
|
<view slot="content">模板列表</view>
|
|
</cu-custom>
|
|
<view class="list">
|
|
<view class="card" bindtap="goDetail" wx:for="{{cardList}}" data-id="{{item.cardTemplateId}}" wx:key="index">
|
|
<view class="card-img">
|
|
<image src="{{imgUrl+item.picturesTemplatePictureUrl}}"></image>
|
|
</view>
|
|
<view class="card-name">{{item.picturesTemplateTitle}}</view>
|
|
</view>
|
|
</view> |