2021-07-14 14:20:54 +08:00
|
|
|
<cu-custom isCustom="{{false}}" isBack="{{true}}">
|
|
|
|
<view slot="content">模板列表</view>
|
|
|
|
</cu-custom>
|
2021-08-12 09:22:40 +08:00
|
|
|
<view class="page-box">
|
2021-07-14 14:20:54 +08:00
|
|
|
<view class="card" bindtap="goDetail" wx:for="{{cardList}}" data-id="{{item.cardTemplateId}}" wx:key="index">
|
|
|
|
<view class="card-img">
|
2021-08-06 09:42:15 +08:00
|
|
|
<image src="{{imgUrl+item.picturesTemplatePictureUrl}}"></image>
|
2021-07-14 14:20:54 +08:00
|
|
|
</view>
|
|
|
|
<view class="card-name">{{item.picturesTemplateTitle}}</view>
|
|
|
|
</view>
|
|
|
|
</view>
|