- <!--pages/apply/index.wxml-->
- <view class="ns" style="height:{{isIPX?'88px':'64px'}};">
- <image src="../../image/apply/back.png" style="top:{{isIPX?'54px':'30px'}};" mode="widthFix" bindtap="back"></image>
- <text style="top:{{isIPX?'54px':'30px'}};">支出申请</text>
- </view>
- <!-- 付款单位开始 -->
- <view class="top">
- <image src="../../image/apply/dress_icon.png" mode="widthFix"></image>
- <view class="top-tit">收入单位</view>
- <view class="top-title">龙水镇龙洞村股份经济联合社</view>
- </view>
|