card-mini/pages/index/index.wxml

11 lines
219 B
Plaintext
Raw Normal View History

2021-06-22 16:14:04 +08:00
<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>