From 36a629a3cf1e082a750e9691632d3b3bf28888b8 Mon Sep 17 00:00:00 2001 From: liuwh <liuwh@hugeinfo.com.cn> Date: Sat, 14 Mar 2020 22:47:52 +0800 Subject: [PATCH] 小程序bug修改 --- SunshineLnsMinApp/pages/zhghInfo/zhghInfo.wxml | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/SunshineLnsMinApp/pages/zhghInfo/zhghInfo.wxml b/SunshineLnsMinApp/pages/zhghInfo/zhghInfo.wxml index 53df3f2..03ec45b 100644 --- a/SunshineLnsMinApp/pages/zhghInfo/zhghInfo.wxml +++ b/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" bindinput="inputChange" disabled="{{disabled}}" placeholder="学会与老人沟通,耐心积极,心态良好" placeholder-style="color:#9B9B9B;"></textarea> </view> <view class="button-submit" bindtap='linkFunction'>提交</view> </view> -- Gitblit v1.8.0