chenxiong 3 سال پیش
والد
کامیت
de4f05356f
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      pages3/polyv/detail.vue

+ 1 - 1
pages3/polyv/detail.vue

@@ -148,7 +148,7 @@
 								<view class="chat3">
 									<text v-if="item.assignUserId > 0">回复</text>
 									<text v-if="item.assignUserId > 0" style="color: #007AFF;">@{{ item.assignRealname }}</text>
-									{{ item.answerText }}
+									<view style="word-break: break-all;">{{ item.answerText }}</view>
 								</view>
 							</view>
 						</view>