From ebfd434d26f8269e225efe71ed9c80e2d4cf0ae9 Mon Sep 17 00:00:00 2001 From: xuxj <hugeinfo123> Date: Tue, 24 Mar 2020 11:53:04 +0800 Subject: [PATCH] 细节修改 --- SunshineLnsMinApp/pages/zhghInfo/zhghInfo.wxml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/SunshineLnsMinApp/pages/zhghInfo/zhghInfo.wxml b/SunshineLnsMinApp/pages/zhghInfo/zhghInfo.wxml index 03ec45b..007a7ab 100644 --- a/SunshineLnsMinApp/pages/zhghInfo/zhghInfo.wxml +++ b/SunshineLnsMinApp/pages/zhghInfo/zhghInfo.wxml @@ -38,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> -- Gitblit v1.8.0