init version kelfy-mini for new gitea
This commit is contained in:
24
pages/chat/chat.wxml
Normal file
24
pages/chat/chat.wxml
Normal 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>
|
||||
|
||||
Reference in New Issue
Block a user