forked from nsjcy/frontEnd/nsjcy

1
liuwh
2020-03-23 ed96dab91fbac7159525fe557af2ecdd135c791d
SunshineLnsMinApp/pages/zhghInfo/zhghInfo.wxml
@@ -16,7 +16,9 @@
      <view class="zhghInfo-center-title">任务分派时间:
         <text>{{data.createTime}}</text>
      </view>
      <view class="zhghInfo-center-title">任务描述</view>
      <view class="zhghInfo-center-title">任务要求</view>
      <view class="zhghInfo-center-txt">{{data.taskRequire}}</view>
      <view class="zhghInfo-center-title">任务流程</view>
      <view class="zhghInfo-center-txt">{{data.taskRequire}}</view>
   </view>
@@ -36,7 +38,7 @@
   <view class="zhghInfo-text">
      <view class="zhghInfo-center-title">任务汇报</view>
      <view class="zhghInfo-center-textarea">
         <textarea data-name="taskReport" bindinput="inputChange" disabled="{{disabled}}"  placeholder="学会与老人沟通,耐心积极,心态良好" placeholder-style="color:#9B9B9B;"></textarea>
         <textarea data-name="taskReport" value='{{data.socialTaskObject.taskReport}}' bindinput="inputChange" disabled="{{disabled}}" placeholder="学会与老人沟通,耐心积极,心态良好" placeholder-style="color:#9B9B9B;"></textarea>
      </view>
      <view class="button-submit" bindtap='linkFunction'>提交</view>
   </view>