소스 검색

Merge branch 'master' of http://47.102.110.240:3000/yuxiangpei/tbServantMini_cloud

una 4 년 전
부모
커밋
8aafaace65
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      client/pages/customer/servantedit/servantedit.axml
  2. 1 1
      client/pages/customer/servantsettings/servantsettings.axml

+ 1 - 1
client/pages/customer/servantedit/servantedit.axml

@@ -32,7 +32,7 @@
             </view>
         </view>
         <view class="item-body" a:if="{{subjectitem.isCustom==1}}">
-          <textarea placeholder="请输入文字" onBlur="customanswer" data-id="{{subjectitem.subjectId}}">{{subjectitem.customAnswer}}</textarea>
+          <textarea placeholder="请输入文字" onBlur="customanswer" data-id="{{subjectitem.subjectId}}" value="{{subjectitem.customAnswer}}"></textarea>
         </view>
       </view>
     <!--提交按钮-->

+ 1 - 1
client/pages/customer/servantsettings/servantsettings.axml

@@ -37,7 +37,7 @@
           </view>
       </view>
       <view class="item-body" a:if="{{subjectitem.isCustom==1}}">
-        <textarea placeholder="请输入文字" onBlur="customanswer" data-id="{{subjectitem.subjectId}}">{{subjectitem.customAnswer}}</textarea>
+        <textarea placeholder="请输入文字" onBlur="customanswer" data-id="{{subjectitem.subjectId}}" value="{{subjectitem.customAnswer}}"></textarea>
       </view>
     </view>