24 lines
543 B
Plaintext
24 lines
543 B
Plaintext
|
|
<!--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>
|
||
|
|
|