guhongwei 2 роки тому
батько
коміт
678be3996a

+ 3 - 3
pages/coaAdmin/archives/info.wxml

@@ -51,19 +51,19 @@
                 <view class="content">
                     <view class="label">教练简介:</view>
                     <view class="value">
-                        <textarea name="brief" value="{{form.brief}}" auto-height maxlength="-1" placeholder="请输入教练简介" />
+                        <input name="brief" value="{{form.brief}}" auto-height maxlength="-1" placeholder="请输入教练简介" />
                     </view>
                 </view>
                 <view class="content">
                     <view class="label">过往荣誉:</view>
                     <view class="value">
-                        <textarea name="honor" value="{{form.honor}}" auto-height maxlength="-1" placeholder="请输入过往荣誉" />
+                        <input name="honor" value="{{form.honor}}" auto-height maxlength="-1" placeholder="请输入过往荣誉" />
                     </view>
                 </view>
                 <view class="content">
                     <view class="label">教学经历:</view>
                     <view class="value">
-                        <textarea name="exp" value="{{form.exp}}" auto-height maxlength="-1" placeholder="请输入教学经历" />
+                        <input name="exp" value="{{form.exp}}" auto-height maxlength="-1" placeholder="请输入教学经历" />
                     </view>
                 </view>
                 <view class="btn">

+ 1 - 1
pages/coaAdmin/course/add.wxml

@@ -61,7 +61,7 @@
                 <view class="content">
                     <view class="label">课程简介:</view>
                     <view class="value">
-                        <textarea name="brief" value="{{form.brief}}" auto-height maxlength="-1" placeholder="请输入课程简介" />
+                        <input name="brief" value="{{form.brief}}" auto-height maxlength="-1" placeholder="请输入课程简介" />
                     </view>
                 </view>
                 <view class="content">

+ 3 - 3
pages/superAdmin/coach/add.wxml

@@ -55,19 +55,19 @@
                         <view class="content">
                             <view class="label">教练简介:</view>
                             <view class="value">
-                                <textarea name="brief" value="{{form.brief}}" auto-height maxlength="-1" placeholder="请输入教练简介" />
+                                <input name="brief" value="{{form.brief}}" auto-height maxlength="-1" placeholder="请输入教练简介" />
                             </view>
                         </view>
                         <view class="content">
                             <view class="label">过往荣誉:</view>
                             <view class="value">
-                                <textarea name="honor" value="{{form.honor}}" auto-height maxlength="-1" placeholder="请输入过往荣誉" />
+                                <input name="honor" value="{{form.honor}}" auto-height maxlength="-1" placeholder="请输入过往荣誉" />
                             </view>
                         </view>
                         <view class="content">
                             <view class="label">教学经历:</view>
                             <view class="value">
-                                <textarea name="exp" value="{{form.exp}}" auto-height maxlength="-1" placeholder="请输入教学经历" />
+                                <input name="exp" value="{{form.exp}}" auto-height maxlength="-1" placeholder="请输入教学经历" />
                             </view>
                         </view>
                     </view>

+ 3 - 3
pages/superAdmin/school/add.wxml

@@ -5,13 +5,13 @@
                 <view class="content">
                     <view class="label">机构名称:</view>
                     <view class="value">
-                        <textarea name="name" value="{{form.name}}" auto-height placeholder="请输入机构名称" />
+                        <input name="name" value="{{form.name}}" auto-height placeholder="请输入机构名称" />
                     </view>
                 </view>
                 <view class="content">
                     <view class="label">机构简介:</view>
                     <view class="value">
-                        <textarea name="brief" value="{{form.brief}}" auto-height placeholder="请输入机构简介" />
+                        <input name="brief" value="{{form.brief}}" auto-height placeholder="请输入机构简介" />
                     </view>
                 </view>
                 <view class="content">
@@ -41,7 +41,7 @@
                 <view class="content">
                     <view class="label">过往荣誉:</view>
                     <view class="value">
-                        <textarea name="honor" value="{{form.honor}}" auto-height placeholder="请输入过往荣誉" />
+                        <input name="honor" value="{{form.honor}}" auto-height placeholder="请输入过往荣誉" />
                     </view>
                 </view>
                 <view class="content">

+ 3 - 3
pages/superAdmin/student/add.wxml

@@ -46,19 +46,19 @@
                 <view class="content">
                     <view class="label">学员简介:</view>
                     <view class="value">
-                        <textarea name="brief" maxlength="-1" auto-height value="{{form.brief}}" placeholder="请输入学员简介" />
+                        <input name="brief" maxlength="-1" auto-height value="{{form.brief}}" placeholder="请输入学员简介" />
                     </view>
                 </view>
                 <view class="content">
                     <view class="label">过往荣誉:</view>
                     <view class="value">
-                        <textarea name="honer" maxlength="-1" auto-height value="{{form.honer}}" placeholder="请输入过往荣誉" />
+                        <input name="honer" maxlength="-1" auto-height value="{{form.honer}}" placeholder="请输入过往荣誉" />
                     </view>
                 </view>
                 <view class="content">
                     <view class="label">训练经历:</view>
                     <view class="value">
-                        <textarea name="exp" maxlength="-1" auto-height value="{{form.exp}}" placeholder="请输入训练经历" />
+                        <input name="exp" maxlength="-1" auto-height value="{{form.exp}}" placeholder="请输入训练经历" />
                     </view>
                 </view>
                 <view class="btn">