修改本地连接
This commit is contained in:
14
pages/invoicing/index.wxml
Normal file
14
pages/invoicing/index.wxml
Normal file
@@ -0,0 +1,14 @@
|
||||
<!--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>
|
Reference in New Issue
Block a user