1. 效果图 收起状态 展开状态 2. 代码实现 <view class="word-wrap" id="descriptionTxt"> <view class="fold-text" v-if="isFold"> <text class="fold-btn" @click="changFold">全文</text> <text>{ { describe || '' }}</text> </view> <view class="unfold-text