1aaef71f52
Document-driven MVP with FastAPI backend, Vue H5, WeChat mini shell, product demo, and Docker dev stack. Co-authored-by: Cursor <cursoragent@cursor.com>
9 lines
273 B
Plaintext
9 lines
273 B
Plaintext
<view class="card">
|
|
<view>儿童档案</view>
|
|
<view class="muted">{{error}}</view>
|
|
<block wx:for="{{children}}" wx:key="id">
|
|
<view>{{item.name}} · {{item.birthday}}</view>
|
|
</block>
|
|
<button class="btn-primary" bindtap="goScreening">去筛查</button>
|
|
</view>
|