init version kelfy-mini for new gitea

This commit is contained in:
terry.wang
2025-11-13 13:38:59 +08:00
commit 493fa4f1e1
763 changed files with 55626 additions and 0 deletions

24
pages/chat/chat.wxml Normal file
View File

@@ -0,0 +1,24 @@
<!--pages/chat/chat.wxml-->
<view class="chat">
<view class="list">
<view class='center'>
<view>未知标题</view>
<view>未知标题.医保支付</view>
<view class="money">¥1.31</view>
<view class="btn" bindtap='pay'>立即支付</view>
</view>
<view class="flex">
<text>总金额</text>
<text>1.77</text>
</view>
<view class="flex">
<text>医保支付</text>
<text>-1.77</text>
</view>
<view class="second">
<text>合计待支付</text>
<text>100</text>
</view>
</view>
</view>