微信小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

detail.wxml 1016 B

123456789101112
  1. <!--pages/contract/list/add.wxml-->
  2. <view class="ns" style="height:{{isIPX?'88px':'64px'}};">
  3. <image src="../../../image/apply/back.png" style="top:{{isIPX?'54px':'30px'}};height: 19.0909px;" mode="widthFix" bindtap="back" referrer="no-referrer|origin|unsafe-url"></image>
  4. <text style="top:{{isIPX?'54px':'30px'}};">查看合同信息</text>
  5. </view>
  6. <view class="main-box" style="margin-top:{{isIPX?'100px':'75px'}};">
  7. <van-field readonly type="textarea" autosize label="合同名称" value="{{ name }}" placeholder="合同名称" border="{{ false }}" bind:change="onChange" input-align="right" data-formname="name"/>
  8. <van-field readonly label="开始时间" value="{{ buildingTime }}" placeholder="合同名称" border="{{ false }}" bind:change="onChange" input-align="right" data-formname="name"/>
  9. <van-field readonly label="备注" type="textarea" autosize value="{{ remark }}" placeholder="备注" border="{{ false }}" bind:change="onChange" input-align="right" data-formname="remark"/>
  10. </view>