修改bug

This commit is contained in:
zhouyanli
2026-08-26 14:10:23 +08:00
parent e1522e7792
commit c862c6ae4b
8 changed files with 24 additions and 14 deletions

View File

@@ -2,7 +2,10 @@
<view class="contentStyle">
<scroll-view class="page" scroll-y="true">
<view class="survey-title">{{ detailItem.title || '' }}</view>
<view class="survey-desc">{{ detailItem.description || '' }}</view>
<view class="survey-desc">
为了给您提供更好的服务希望您能抽出几分钟时间将最近的感受和建议告诉我们
我们十分重视每位用户的宝贵意见期待您的参与
</view>
<view v-if="questionList.length === 0" class="empty-tip">
<text>暂无问卷内容</text>