card-mini/pages/index/index.wxml

11 lines
219 B
Plaintext

<cu-custom id="head" isCustom="{{false}}" isBack="{{false}}" isIndex="{{true}}">
<view slot="content">{{nameTxt}}</view>
</cu-custom>
<view bindtap="show">
测试
</view>
<view bindtap="showList">
列表
</view>