zhengkaixin %!s(int64=3) %!d(string=hai) anos
pai
achega
0d06e58f7b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      pages/user/help.vue

+ 1 - 1
pages/user/help.vue

@@ -5,7 +5,7 @@
 			<!-- -->
 			<u-collapse :activeStyle='activeStyle'  :itemStyle="itemStyle"  :headStyle="headerStyle" :bodyStyle="bodyStyle"  v-if="itemList.length" >
 				<u-collapse-item :title="item.title"  v-for="(item, index) in itemList" :key="index">
-					{{item.content}}
+					<textarea maxlength="-1" :auto-height="true" v-model="item.content" readonly ></textarea>
 				</u-collapse-item>
 			</u-collapse>
 		</view>