init version kelfy-mini for new gitea
This commit is contained in:
41
pages/czMsg/czMsg.wxml
Normal file
41
pages/czMsg/czMsg.wxml
Normal file
@@ -0,0 +1,41 @@
|
||||
<!--pages/czMsg/czMsg.wxml-->
|
||||
<view class="main">
|
||||
<view class="wrap">
|
||||
<view class="item">
|
||||
<view class="left">姓名</view>
|
||||
<view class="right">{{hzxm}}</view>
|
||||
</view>
|
||||
<view class="item">
|
||||
<view class="left">性别</view>
|
||||
<view class="right">{{sex}}</view>
|
||||
</view>
|
||||
<view class="item">
|
||||
<view class="left">卡类型</view>
|
||||
<view class="right" wx:if="{{cardtype==1}}">就诊卡</view>
|
||||
<view class="right" wx:elif="{{cardtype==2}}">保障卡</view>
|
||||
<view class="right" wx:elif="{{cardtype==3}}">IC卡</view>
|
||||
</view>
|
||||
<view class="item">
|
||||
<view class="left">卡号</view>
|
||||
<view class="right">{{cardno}}</view>
|
||||
</view>
|
||||
<view class="item">
|
||||
<view class="left">金额</view>
|
||||
<view class="right">{{jyje}}</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="wrap">
|
||||
<view class="item">
|
||||
<view class="left">流水号</view>
|
||||
<view class="right">{{lsh}}</view>
|
||||
</view>
|
||||
<view class="item">
|
||||
<view class="left">发票号</view>
|
||||
<view class="right">{{fph}}</view>
|
||||
</view>
|
||||
<view class="item">
|
||||
<view class="left">交易日期</view>
|
||||
<view class="right">{{lrrq}}</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
Reference in New Issue
Block a user