electricity_bill_calc_wx/pages/invoicing/index.wxml
2024-04-10 15:36:38 +08:00

14 lines
430 B
Plaintext

<!--pages/invoicing/index.wxml-->
<navigator title="1111" canBack="{{true}}" />
<view class="info">
<view class="money"> 发票金额:<text class="moneyNumber"> {{money}} </text> </view>
<view class="content">发票内容:<text class="contentText">电费</text> </view>
</view>
<view class="type"></view>
<view class="content">
</view>
<view class="submit">
<van-button type="info" block> 提交 </van-button>
</view>